Skip to content

Commit

Permalink
Add CTest module
Browse files Browse the repository at this point in the history
Allows tests to be run in vscode
  • Loading branch information
H0R5E committed Nov 25, 2024
1 parent 302aae6 commit c9942d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

# testing
include(CTest)
include(GoogleTest)
enable_testing()

Expand Down

0 comments on commit c9942d4

Please sign in to comment.