Skip to content
Snippets Groups Projects
Commit 22c16605 authored by Frank Gaede's avatar Frank Gaede
Browse files

- activate testing

parent cb4a21f5
No related branches found
No related tags found
No related merge requests found
......@@ -46,8 +46,13 @@ if(DD4HEP_USE_XERCESC)
endif()
#---Testing-------------------------------------------------------------------------
include(CTest)
enable_testing()
if(BUILD_TESTING)
include(CTest)
enable_testing()
add_subdirectory(DDTest)
endif(BUILD_TESTING)
#---Documentation-------------------------------------------------------------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment