Skip to content

Commit

Permalink
Integrate CTest.
Browse files Browse the repository at this point in the history
  • Loading branch information
karnkaul committed Jan 28, 2024
1 parent cef6e30 commit 20a01fd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

0 comments on commit 20a01fd

Please sign in to comment.