Enable limited testing in Makefile.msft without Cygwin
authorIvan Maidanski <ivmai@mail.ru>
Thu, 26 Jan 2017 20:07:57 +0000 (23:07 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Mon, 6 Feb 2017 06:55:33 +0000 (09:55 +0300)
commit1f7243cdbe2c95a5a4b01c62c31bd39efeeebb3c
treebd9712235ae50e639f39c5c10a7ecfba8c5b8901
parentdfae0f380211766a4238caf445bab6ad48744b0a
Enable limited testing in Makefile.msft without Cygwin
(Cherry-pick commit 18a05e9 from 'master' branch.)

New target "check-noautogen" is introduced in Makefile.msft to build and
run only test_malloc and test_stack (which do not need test code
auto-generation by sed).

* src/Makefile.msft: Refine comment about tests execution; add comment
about "check-noautogen" target.
* src/Makefile.msft (check): Add dependency on check-noautogen;
move test_malloc and test_stack to check-noautogen.
* src/Makefile.msft (check-noautogen): New target (executes test_malloc
and test_stack only).
src/Makefile.msft