Skip to content

Commit 897919f

Browse files
committed
Added CTest integration for automated test discovery
1 parent 9ae2991 commit 897919f

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
- Added server-client shared memory test case
44
- Added GitHub CI workflow for automated testing across Ubuntu, Windows, and macOS
55
- Added CI status badge to README
6+
- Added CTest integration for automated test discovery
67

78
# v1.0.2.1 - 2025-10-01
89
- Fixed buffer wrap read logic to properly retry from wrapped position

tests/CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
add_executable(slick_queue_tests tests.cpp shm_tests.cpp)
22

33
target_link_libraries(slick_queue_tests PRIVATE slick_queue)
4+
5+
enable_testing()
6+
add_test(NAME slick_queue_tests COMMAND slick_queue_tests)

0 commit comments

Comments
 (0)