Просмотр исходного кода

Can also run unit tests through ctest

Jorrit Rouwe 4 лет назад
Родитель
Сommit
88d172a475
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Build/CMakeLists.txt

+ 1 - 1
Build/CMakeLists.txt

@@ -90,7 +90,7 @@ if ("${CMAKE_SYSTEM_NAME}" STREQUAL "Windows")
 endif()
 
 # Register unit tests as a test so that it can be run with: 
-# make CTEST_OUTPUT_ON_FAILURE=1 test
+# ctest --output-on-failure
 enable_testing()
 add_test(UnitTests UnitTests)