Skip to content

Commit

Permalink
cmake: Run tests now.
Browse files Browse the repository at this point in the history
  • Loading branch information
amritagos committed Oct 31, 2019
1 parent a4a141b commit 33b0155
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ string(TOUPPER ${META_PROJECT_ID} META_PROJECT_ID)
# Project options
option(BUILD_SHARED_LIBS "Build shared instead of static libraries." ON)
option(OPTION_SELF_CONTAINED "Create a self-contained install with all dependencies." OFF)
option(OPTION_BUILD_TESTS "Build tests." OFF)
option(OPTION_BUILD_TESTS "Build tests." ON)
option(OPTION_BUILD_DOCS "Build documentation." OFF)
option(OPTION_BUILD_EXAMPLES "Build examples." OFF)
option(OPTION_ENABLE_COVERAGE "Add coverage information." OFF)
Expand Down Expand Up @@ -239,6 +239,6 @@ add_subdirectory(src)

# Catch

# include(CTest)
# add_subdirectory(tests)
# enable_testing()
include(CTest)
add_subdirectory(tests)
enable_testing()

0 comments on commit 33b0155

Please sign in to comment.