##// END OF EJS Templates
Remove cmake function called that isn't necessary and makes failed the configuration test if test is enable
perrinel -
r1069:6684c2bc54eb
parent child
Show More
@@ -120,7 +120,6 IF(BUILD_TESTS)
120 120
121 121 ADD_TEST( NAME ${testName} COMMAND ${testName} )
122 122
123 SCIQLOP_COPY_TO_TARGET(RUNTIME ${testName} ${CATALOGUEAPI_LIBRARIES})
124 123 set(Coverage_NAME ${testName})
125 124 if(UNIX)
126 125 SETUP_TARGET_FOR_COVERAGE(TARGET ${testName}_coverage OUTPUT ${testFile}-path NAME ${testFile} EXECUTABLE ${testName})
General Comments 0
You need to be logged in to leave comments. Login now