Browse Source

fixed cmake ctest generation

Johannes Ruehle 12 years ago
parent
commit
a91dc0fb41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/CMakeLists.txt

+ 1 - 1
core/CMakeLists.txt

@@ -40,7 +40,7 @@ if(BUILD_CORE_TESTS)
                    COMMAND "$<TARGET_FILE:${__testname}>"
                    COMMENT "Unit Tests...")
 	else()
-		ADD_TEST(${__testname} UnitTester ${__testname})
+		ADD_TEST(${__testname} ${__testname})
 	endif()
   endforeach()
 endif()