Adding support for cmake test, breaking tests apart a bit for easier testing

This commit is contained in:
Ian Roddis
2021-10-17 17:25:33 -03:00
parent e4e50fc219
commit 860cea6004
2 changed files with 19 additions and 3 deletions

View File

@@ -44,6 +44,7 @@ set(CMAKE_INSTALL_RPATH "${CMAKE_INSTALL_PREFIX}/lib")
# which point to directories outside the build tree to the install RPATH
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)
enable_testing()
add_subdirectory(daggy)
add_subdirectory(tests)