Skip to content

Commit 71e9326

Browse files
Trying to fix sporadic crashes when running tests locally by removing a line that seems to have the tests added twice.
1 parent 086fe96 commit 71e9326

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,3 @@ include_directories(${PROJECT_SOURCE_DIR}/include)
8484

8585
target_compile_features(${PROJECT_TEST_NAME} PRIVATE cxx_std_17)
8686
target_link_libraries(${PROJECT_TEST_NAME} gmock_main ${LIB_NAME})
87-
88-
add_test(NAME ${PROJECT_TEST_NAME}-runner COMMAND ${PROJECT_TEST_NAME} "${CMAKE_CURRENT_LIST_DIR}")
89-

0 commit comments

Comments
 (0)