We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b6cf03 commit 5084583Copy full SHA for 5084583
test/CMakeLists.txt
@@ -1,5 +1,4 @@
1
include(CTest)
2
-include(GoogleTest)
3
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
4
5
set(
@@ -118,7 +117,7 @@ function(test_cpptrace)
118
117
target_compile_definitions("${CPPTRACE_TEST_NAME}" PRIVATE CPPTRACE_BUILD_NO_SYMBOLS)
119
endif()
120
target_include_directories("${CPPTRACE_TEST_NAME}" PRIVATE ../src)
121
- gtest_discover_tests(${CPPTRACE_TEST_NAME})
+ add_test(NAME ${CPPTRACE_TEST_NAME} COMMAND ${CPPTRACE_TEST_NAME})
122
endfunction()
123
124
# primarily a workaround for github actions issue https://github.com/actions/runner-images/issues/8659
0 commit comments