]> granicus.if.org Git - libatomic_ops/commitdiff
Refine documentation in Makefile.msft how to run all tests (MS VC)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 17 Feb 2017 20:48:23 +0000 (23:48 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 31 Mar 2017 07:42:32 +0000 (10:42 +0300)
* src/Makefile.msft: Refine comment about all tests execution
("make check" is redundant, it is enough to run only "make" to
auto-generate list_atomic.c and test_atomic_include.h).

src/Makefile.msft

index dd62e81e564f319928e834419a06f5f55b327bf2..53b46f94485c616ec5523f6d1d76ebb72191b61c 100644 (file)
@@ -7,7 +7,7 @@
 # since we can't rely on sed.  But we don't keep test_atomic_include.h in
 # the development repository any longer, so if you want to run all tests
 # for the sources obtained from the repository then
-# type "./autogen.sh; ./configure; make check; make clean" in Cygwin first.
+# type "./autogen.sh && ./configure && make -j && make clean" in Cygwin first.
 # Otherwise type "nmake -f Makefile.msft check-noautogen" to run only the
 # tests not requiring the source auto-generation.
 # Win32 clients only need to include the header files.