On 3. 7. 25 16:39, dsahlb...@apache.org wrote:
Author: dsahlberg
Date: Thu Jul 3 14:39:47 2025
New Revision: 1926942
URL:http://svn.apache.org/viewvc?rev=1926942&view=rev
Log:
Improve consistency in the description of running the unittests under CMake
Modified:
serf/trunk/README
Modified: serf/trunk/README
URL:http://svn.apache.org/viewvc/serf/trunk/README?rev=1926942&r1=1926941&r2=1926942&view=diff
==============================================================================
--- serf/trunk/README (original)
+++ serf/trunk/README Thu Jul 3 14:39:47 2025
@@ -223,16 +223,15 @@ or, with a multi-config generator:
$ ctest -C Release
-This is equivalent to
+This is equivalent to:
$ cmake --build out --target test
-or
+or:
$ cmake --build out --config Release --target test
-(or, on Windows using the Visual Studio generator, which always has to be
- special and different for no discernible benefit:
+or, on Windows using the Visual Studio generator:
$ cmake --build out --config Release --target run_tests
)
Aaah, you removed the most important bit. It was the best part, too.
-- Brane