Эх сурвалжийг харах

fixed cmake ctest generation

Johannes Ruehle 12 жил өмнө
parent
commit
a91dc0fb41
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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()