Skip to content

Commit 368c76f

Browse files
committed
Rename test.cpp
1 parent 9ae4709 commit 368c76f

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ find_package(doctest CONFIG REQUIRED)
44

55
set(test_target "test_sparrow_ipc_lib")
66

7-
add_executable(${test_target} main.cpp test.cpp test_utils.cpp)
7+
add_executable(${test_target} main.cpp test_primitive_array.cpp test_utils.cpp)
88
target_link_libraries(${test_target}
99
PRIVATE
1010
sparrow-ipc
File renamed without changes.

0 commit comments

Comments
 (0)