]> 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, 17 Feb 2017 20:49:16 +0000 (23:49 +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 4c133e13f7ad5ecf7653c67d0fa78867db3c4db7..f06a03f32a9d17e0920429d38f68089ae880fcce 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.