Browse Source

Can also run unit tests through ctest

Jorrit Rouwe 4 years ago
parent
commit
88d172a475
1 changed files with 1 additions and 1 deletions
  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)