Skip to content

Commit c9ea43e

Browse files
committed
fix tests in ci
1 parent 2ba1185 commit c9ea43e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ if(_7BIT_DI_BUILD_DOCS)
2424
endif()
2525

2626
if(_7BIT_DI_BUILD_TESTS)
27+
include(GoogleTest)
28+
enable_testing()
29+
2730
add_subdirectory(Tests)
2831
endif()
2932

Tests/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
include(GoogleTest)
2-
enable_testing()
3-
41
find_package(GTest REQUIRED)
52

63
file(GLOB_RECURSE SOURCES CONFIGURE_DEPENDS *.cpp)

0 commit comments

Comments
 (0)