summaryrefslogtreecommitdiff
path: root/cmake/ctest.cmk
blob: 2e5223ad09b7d9f6839fefb6db08c64f006276fb (plain)
1
2
3
4
5
6
7
8
include(CTest)
enable_testing()

function(add_testdirectory DIR)
  if (BUILD_TESTING)
    add_subdirectory(${DIR})
  endif (BUILD_TESTING)
endfunction(add_testdirectory)