Skip to content

Commit 9b20df4

Browse files
Merge branch '121-test-exceptions' into develop
2 parents ed95e5b + 82ffe0d commit 9b20df4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
2.3.0
2+
- fixed a bug in ./tests/CMakeLists.txt that prevented exception_tests to be run (#121)
23
- activate soanrcloud checks (#120)
34
2.2.4
45
- explain how GCOV and LCOV can be used to get coverage information (#116)

tests/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ target_link_libraries(logger_performance_tests GTest::GTest cpp-logger-static GT
2222

2323
add_test(NAME logger_tests COMMAND logger_tests)
2424
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)
25+
add_test(NAME exception_tests COMMAND exception_tests)
26+
add_test(NAME sink_tests COMMAND sink_tests)

0 commit comments

Comments
 (0)