Skip to content

Commit 75a46d8

Browse files
Enable testing on the main build directory
1 parent bd10fff commit 75a46d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ set(CMAKE_CXX_STANDARD 11)
99
set(CMAKE_CXX_STANDARD_REQUIRED ON)
1010
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
1111

12+
enable_testing()
13+
1214
add_subdirectory(src)
1315
add_subdirectory(tests)

0 commit comments

Comments
 (0)