Skip to content

Commit

Permalink
Fix inconsistent test names
Browse files Browse the repository at this point in the history
  • Loading branch information
j824h authored and odygrd committed Aug 31, 2024
1 parent c70cfeb commit ef37ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit_tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,12 +61,12 @@ quill_add_test(TEST_StringFromTime StringFromTimeTest.cpp)
quill_add_test(TEST_ThreadContextManager ThreadContextManagerTest.cpp)
quill_add_test(TEST_TimestampFormatter TimestampFormatterTest.cpp)
quill_add_test(TEST_TransitEventBuffer TransitEventBufferTest.cpp)
quill_add_test(TEST_UnboundedQueue.cpp UnboundedQueueTest.cpp)
quill_add_test(TEST_UnboundedQueue UnboundedQueueTest.cpp)
quill_add_test(TEST_Utility UtilityTest.cpp)

if (NOT QUILL_SANITIZE_THREAD)
# clang++12 thread sanitizer throws exception for unknown reason in the CI
quill_add_test(TEST_UnboundedQueueLimit.cpp UnboundedQueueLimitTest.cpp)
quill_add_test(TEST_UnboundedQueueLimit UnboundedQueueLimitTest.cpp)
endif ()

if (NOT QUILL_USE_VALGRIND)
Expand Down

0 comments on commit ef37ca5

Please sign in to comment.