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 7b00e35 commit a054f34Copy full SHA for a054f34
.github/actions/BuildTestInstall/action.yml
@@ -43,7 +43,7 @@ runs:
43
- name: ctest
44
shell: ${{inputs.shell}}
45
working-directory: ${{github.workspace}}/build
46
- run: ctest
+ run: ctest -R BinaryLoggerTestSuite -R LoggerTestSuite
47
48
- name: Install
49
test/gtest/CMakeLists.txt
@@ -1,5 +1,5 @@
1
2
-set(TARGET_NAME NumCpp_tests)
+set(TARGET_NAME LoggerTests)
3
4
add_executable(${TARGET_NAME}
5
test_BinaryLogger.cpp
@@ -24,7 +24,3 @@ target_link_libraries(${TARGET_NAME} PRIVATE
24
25
include(GoogleTest)
26
gtest_discover_tests(${TARGET_NAME})
27
-
28
-add_test(NAME ${TARGET_NAME}
29
- COMMAND ${TARGET_NAME}
30
-)
0 commit comments