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.
1 parent 9ae4709 commit 368c76fCopy full SHA for 368c76f
tests/CMakeLists.txt
@@ -4,7 +4,7 @@ find_package(doctest CONFIG REQUIRED)
4
5
set(test_target "test_sparrow_ipc_lib")
6
7
-add_executable(${test_target} main.cpp test.cpp test_utils.cpp)
+add_executable(${test_target} main.cpp test_primitive_array.cpp test_utils.cpp)
8
target_link_libraries(${test_target}
9
PRIVATE
10
sparrow-ipc
tests/test.cpp renamed to tests/test_primitive_array.cpp
0 commit comments