X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=tests%2Ftools%2FCMakeLists.txt;fp=tests%2Ftools%2FCMakeLists.txt;h=6f4bcbffeb2f188b0e0c17203d591217030d84c4;hb=12317efdc0a451f877e41a13c26d56931798af0b;hp=8c6c282779e0a280d5f389fdce066cdc4dda2c28;hpb=4e77bf90e0683adc24bdf3031b256a807dbd799f;p=clitk.git diff --git a/tests/tools/CMakeLists.txt b/tests/tools/CMakeLists.txt index 8c6c282..6f4bcbf 100644 --- a/tests/tools/CMakeLists.txt +++ b/tests/tools/CMakeLists.txt @@ -12,4 +12,9 @@ target_link_libraries(toolsTest vvLib ${vvExternalLibs} gtest) # Add all tests found in the source code, calling the executable to run them add_google_tests ( ${EXECUTABLE_OUTPUT_PATH}/toolsTest ${srcs}) -SET(BUILDNAME ${BUILDNAME}_tools CACHE INTERNAL DOCSTRING) \ No newline at end of file +SET(BUILDNAME ${BUILDNAME}_tools CACHE INTERNAL DOCSTRING) + +ADD_EXECUTABLE(clitkImageInfoTest_oldWay clitkImageInfoTest_oldWay.cpp) +target_link_libraries(clitkImageInfoTest_oldWay vvLib ${vvExternalLibs}) +ADD_TEST(clitkImageInfoTest_oldWay ${EXECUTABLE_OUTPUT_PATH}/clitkImageInfoTest_oldWay firstOne) +ADD_TEST(clitkImageInfoTest_oldWay ${EXECUTABLE_OUTPUT_PATH}/clitkImageInfoTest_oldWay secondOne) \ No newline at end of file