Skip to content
Snippets Groups Projects
Commit 15809847 authored by Pierre Aubert's avatar Pierre Aubert
Browse files

Activate tests

parent e2de391e
No related branches found
No related tags found
No related merge requests found
Pipeline #113685 failed
......@@ -17,6 +17,11 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR}/src)
add_subdirectory(src)
if(SELF_TESTS_MODE)
include(CTest)
add_subdirectory(TESTS)
endif(SELF_TESTS_MODE)
set(PHOENIX_INCLUDE_DIRS "${CMAKE_CURRENT_SOURCE_DIR}/src;${PHOENIX_INCLUDE_DIRS}" CACHE INTERNAL "list of Phoenix include dirs")
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