Use ctest for integration testing

This commit is contained in:
Juan Ramos 2023-11-20 14:13:20 -07:00 committed by Juan Ramos
parent af4fb97d7b
commit a32b2b412b
6 changed files with 102 additions and 129 deletions

View file

@ -50,6 +50,7 @@ endif()
if (PROJECT_IS_TOP_LEVEL)
option(BUILD_TESTS "Build the tests")
if (BUILD_TESTS)
enable_testing()
add_subdirectory(tests)
endif()