]> granicus.if.org Git - libatomic_ops/commit
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>
Thu, 26 Jan 2017 20:07:57 +0000 (23:07 +0300)
commit18a05e94520fd6ce1a4658376e73b0a65ab25da0
tree8f943d2b4e2120cf7055cd40c46941f1dac5e979
parentd9f88cdb0fd729be5bddbeac9cb2da7c6bcbfb47
Enable limited testing in Makefile.msft without Cygwin

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