]> Creatis software - creaImageIO.git/blobdiff - CMakeLists.txt
Relevant Ctests for creaImageIO
[creaImageIO.git] / CMakeLists.txt
index 1fbdf84324bbea20a70280b1f48f9ce1620ec57c..b0ead9604ff17b3061ce006b9aaa24e001740526 100644 (file)
@@ -101,6 +101,7 @@ ENDIF(BUILD_CREA_PACS)
 #
 SUBDIRS(appli)
 SUBDIRS(bbtk)
+SUBDIRS(tests)
 
 IF(MSVC AND CMAKE_SIZEOF_VOID_P MATCHES 4)
        SUBDIRS(win32)
@@ -111,3 +112,4 @@ endif()
 
 SUBDIRS(install)
 
+ENABLE_TESTING()