* 454-fix-configure-with-ctkdicom2: Fixes CTK configuration renaming ctkDICOM2 application test. Fixes #454
@@ -1,7 +1,7 @@
set(KIT ${PROJECT_NAME})
create_test_sourcelist(Tests ${KIT}CppTests.cpp
- ctkDICOMTest1.cpp
+ ctkDICOM2Test1.cpp
)
SET (TestsToRun ${Tests})
@@ -18,4 +18,4 @@ target_link_libraries(${KIT}CppTests ${KIT_target_libraries})
# Add Tests
#
-SIMPLE_TEST(ctkDICOMTest1 $<TARGET_FILE:ctkDICOM>)
+SIMPLE_TEST(ctkDICOM2Test1 $<TARGET_FILE:ctkDICOM2>)
@@ -26,7 +26,7 @@
#include <cstdlib>
#include <iostream>
-int ctkDICOMTest1(int argc, char * argv [])
+int ctkDICOM2Test1(int argc, char * argv [])
{
QCoreApplication app(argc, argv);
if (app.arguments().count() != 2)