Skip to content
Snippets Groups Projects
Commit a4fbca79 authored by Jaime Arias's avatar Jaime Arias
Browse files

Merge branch 'develop'

parents 3df58097 92184e4a
No related branches found
No related tags found
No related merge requests found
......@@ -10,6 +10,7 @@ add_subdirectory(src)
# Test folder
option(BUILD_TESTS "Build Tests" ON)
if(BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif(BUILD_TESTS)
......
......@@ -14,5 +14,4 @@ add_executable(unit_tests tree_node.cpp main.cpp)
target_link_libraries(unit_tests catch adt_libs)
# Enable Unit testing
enable_testing()
add_test(NAME UnitTests COMMAND unit_tests)
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