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.
2 parents ed95e5b + 82ffe0d commit 9b20df4Copy full SHA for 9b20df4
CHANGELOG
@@ -1,4 +1,5 @@
1
2.3.0
2
+- fixed a bug in ./tests/CMakeLists.txt that prevented exception_tests to be run (#121)
3
- activate soanrcloud checks (#120)
4
2.2.4
5
- explain how GCOV and LCOV can be used to get coverage information (#116)
tests/CMakeLists.txt
@@ -22,5 +22,5 @@ target_link_libraries(logger_performance_tests GTest::GTest cpp-logger-static GT
22
23
add_test(NAME logger_tests COMMAND logger_tests)
24
add_test(NAME facility_tests COMMAND facility_tests)
25
-add_test(NAME exception_tests COMMAND facility_tests)
26
-add_test(NAME sink_tests COMMAND sink_tests)
+add_test(NAME exception_tests COMMAND exception_tests)
+add_test(NAME sink_tests COMMAND sink_tests)
0 commit comments