chore: call ctest with -V

This commit is contained in:
Sebastian Ullrich 2019-10-29 17:08:34 +01:00
parent 58dd7346e4
commit 6a34b20540

View file

@ -5,5 +5,5 @@ cd build
eval cmake ../src $CMAKE_OPTIONS
cmake --build .
# -T to create .xml file
ctest -j8 --output-on-failure --no-compress-output -T Test
ctest -j8 -V --output-on-failure --no-compress-output -T Test
cpack