Skip to content

Commit 18ed5eb

Browse files
Improve consistency in the description of running the unittests under CMake
git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1926942 13f79535-47bb-0310-9956-ffa450edef68
1 parent 9b68009 commit 18ed5eb

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,15 @@ or, with a multi-config generator:
223223

224224
$ ctest -C Release
225225

226-
This is equivalent to
226+
This is equivalent to:
227227

228228
$ cmake --build out --target test
229229

230-
or
230+
or:
231231

232232
$ cmake --build out --config Release --target test
233233

234-
(or, on Windows using the Visual Studio generator, which always has to be
235-
special and different for no discernible benefit:
234+
or, on Windows using the Visual Studio generator:
236235

237236
$ cmake --build out --config Release --target run_tests
238237
)

0 commit comments

Comments
 (0)