Rename test to test_normal, to comply with policy CMP0037
authorGianfranco Costamagna <costamagnagianfranco@yahoo.it>
Mon, 05 Jan 2015 16:29:27 +0100
changeset 10776 56e401fb45ea
parent 10774 9f636d902a61
child 10777 18afcfaa4d5a
child 10778 49a0c25ca176
child 10781 d48a14222956
Rename test to test_normal, to comply with policy CMP0037
CMakeLists.txt
--- a/CMakeLists.txt	Mon Jan 05 19:24:49 2015 +0300
+++ b/CMakeLists.txt	Mon Jan 05 16:29:27 2015 +0100
@@ -232,7 +232,7 @@
 
 enable_testing()
 
-add_custom_target(test         COMMAND ${CMAKE_CTEST_COMMAND} -E '^todo/' --timeout 300 --schedule-random)
+add_custom_target(test_normal  COMMAND ${CMAKE_CTEST_COMMAND} -E '^todo/' --timeout 300 --schedule-random)
 add_custom_target(test_verbose COMMAND ${CMAKE_CTEST_COMMAND} -E '^todo/' --timeout 300 --schedule-random -V)
 
 set(LUATESTS_DIR "${CMAKE_SOURCE_DIR}/tests/lua")