##// END OF EJS Templates
Remove cmake function called that isn't necessary and makes failed the configuration test if test is enable
perrinel -
r1107:6684c2bc54eb
parent child
Show More
@@ -120,7 +120,6 IF(BUILD_TESTS)
120
120
121 ADD_TEST( NAME ${testName} COMMAND ${testName} )
121 ADD_TEST( NAME ${testName} COMMAND ${testName} )
122
122
123 SCIQLOP_COPY_TO_TARGET(RUNTIME ${testName} ${CATALOGUEAPI_LIBRARIES})
124 set(Coverage_NAME ${testName})
123 set(Coverage_NAME ${testName})
125 if(UNIX)
124 if(UNIX)
126 SETUP_TARGET_FOR_COVERAGE(TARGET ${testName}_coverage OUTPUT ${testFile}-path NAME ${testFile} EXECUTABLE ${testName})
125 SETUP_TARGET_FOR_COVERAGE(TARGET ${testName}_coverage OUTPUT ${testFile}-path NAME ${testFile} EXECUTABLE ${testName})
General Comments 3
Under Review
author

Auto status change to "Under Review"

Approved

Status change > Approved

You need to be logged in to leave comments. Login now