diff --git a/CMakeLists.txt b/CMakeLists.txt index be4406c..d735b41 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,3 +29,6 @@ if(EXISTS "${compile_commands_path}") message(STATUS "Copying compile_commands.json from ${compile_commands_path}") file(COPY "${compile_commands_path}" DESTINATION "${CMAKE_CURRENT_SOURCE_DIR}") endif() + +enable_testing() +add_test(NAME DogTalesUnitTests COMMAND DogTales -t)