Procházet zdrojové kódy

Can also run unit tests through ctest

Jorrit Rouwe před 4 roky
rodič
revize
88d172a475
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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)