|
@@ -117,15 +117,12 @@ ENDMACRO( SIMPLE_TEST )
|
|
|
#
|
|
|
|
|
|
SIMPLE_TEST( ctkAbstractFactoryTest1 )
|
|
|
-ADD_TEST( ctkAbstractLibraryFactoryTest1 ${KIT_TESTS} ctkAbstractLibraryFactoryTest1 ${ctkDummyPluginPATH})
|
|
|
-SET_PROPERTY(TEST ctkAbstractLibraryFactoryTest1 PROPERTY LABELS ${PROJECT_NAME})
|
|
|
+SIMPLE_TEST( ctkAbstractLibraryFactoryTest1 ${ctkDummyPluginPATH} )
|
|
|
SIMPLE_TEST( ctkAbstractObjectFactoryTest1 )
|
|
|
-ADD_TEST( ctkAbstractPluginFactoryTest1 ${KIT_TESTS} ctkAbstractPluginFactoryTest1 ${ctkDummyPluginPATH})
|
|
|
-SET_PROPERTY(TEST ctkAbstractPluginFactoryTest1 PROPERTY LABELS ${PROJECT_NAME})
|
|
|
+SIMPLE_TEST( ctkAbstractPluginFactoryTest1 ${ctkDummyPluginPATH} )
|
|
|
SIMPLE_TEST( ctkAbstractQObjectFactoryTest1 )
|
|
|
IF(HAVE_BFD)
|
|
|
- ADD_TEST(NAME ctkBinaryFileDescriptorTest1 COMMAND ${KIT_TESTS} ctkBinaryFileDescriptorTest1 $<TARGET_FILE:ctkBinaryFileDescriptorTestHelper>)
|
|
|
- SET_PROPERTY(TEST ctkBinaryFileDescriptorTest1 PROPERTY LABELS ${PROJECT_NAME})
|
|
|
+ SIMPLE_TEST( ctkBinaryFileDescriptorTest1 $<TARGET_FILE:ctkBinaryFileDescriptorTestHelper> )
|
|
|
ENDIF()
|
|
|
SIMPLE_TEST( ctkCallbackTest1 )
|
|
|
SIMPLE_TEST( ctkCheckableModelHelperTest1 )
|