From: Ivan Maidanski Date: Fri, 17 Feb 2017 20:48:23 +0000 (+0300) Subject: Refine documentation in Makefile.msft how to run all tests (MS VC) X-Git-Tag: v7.6.0~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=90bdd4f4fa123affdd1ef6cd472d3ee7c1d330f0;p=libatomic_ops Refine documentation in Makefile.msft how to run all tests (MS VC) * 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). --- diff --git a/src/Makefile.msft b/src/Makefile.msft index 4c133e1..f06a03f 100644 --- a/src/Makefile.msft +++ b/src/Makefile.msft @@ -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.