Browse Source

Doc: run `ctest` with `--output-on-failure` rather than `-V`.

vectorfields
Vladimír Vondruš 14 years ago
parent
commit
823b39133a
  1. 2
      README.md
  2. 2
      doc/building.dox

2
README.md

@ -59,7 +59,7 @@ If you want to build also unit tests (which are not built by default), pass
`-DBUILD_TESTS=True` to CMake. Unit tests use Corrade's TestSuite framework
and can be run using
ctest -V
ctest --output-on-failure
in build directory. Everything should pass ;-)

2
doc/building.dox

@ -81,7 +81,7 @@ If you want to build also unit tests (which are not built by default), pass
`-DBUILD_TESTS=True` to CMake. Unit tests use Corrade's @ref Corrade::TestSuite
"TestSuite" framework and can be run using
ctest -V
ctest --output-on-failure
in build directory. Everything should pass ;-)

Loading…
Cancel
Save