|
@@ -137,7 +137,9 @@ SIMPLE_TEST( ctkAbstractLibraryFactoryTest1 $<TARGET_FILE:CTKDummyPlugin> )
|
|
|
SIMPLE_TEST( ctkAbstractObjectFactoryTest1 )
|
|
|
SIMPLE_TEST( ctkAbstractPluginFactoryTest1 $<TARGET_FILE:CTKDummyPlugin> )
|
|
|
SIMPLE_TEST( ctkAbstractQObjectFactoryTest1 )
|
|
|
-SIMPLE_TEST( ctkBackTraceTest )
|
|
|
+if(CMAKE_BUILD_TYPE MATCHES "Debug")
|
|
|
+ SIMPLE_TEST( ctkBackTraceTest )
|
|
|
+endif()
|
|
|
if(HAVE_BFD)
|
|
|
SIMPLE_TEST( ctkBinaryFileDescriptorTest1 $<TARGET_FILE:ctkBinaryFileDescriptorTestHelper> )
|
|
|
endif()
|