Skip to content

Commit ec2a75c

Browse files
neatudariuscamio
andauthored
Add CMake enable_testing
Co-authored-by: David Sankel <[email protected]>
1 parent 79fb9c3 commit ec2a75c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ add_subdirectory(src/beman/iterator_interface)
8282
add_subdirectory(include/beman/iterator_interface)
8383

8484
if(BEMAN_ITERATOR_INTERFACE_BUILD_TESTS)
85+
enable_testing()
8586
add_subdirectory(tests/beman/iterator_interface)
8687
endif()
8788

0 commit comments

Comments
 (0)