fin: feature complete, all tests pass ready to merge
This commit is contained in:
@@ -25,3 +25,15 @@ target_link_libraries(test_producer
|
||||
|
||||
add_test(NAME test_producer COMMAND test_producer)
|
||||
|
||||
add_executable(test_ipc
|
||||
test_unix_ipc.cxx
|
||||
)
|
||||
|
||||
target_link_libraries(test_ipc
|
||||
PRIVATE
|
||||
core
|
||||
gtest
|
||||
gtest_main
|
||||
)
|
||||
|
||||
add_test(NAME test_ipc COMMAND test_ipc)
|
||||
|
||||
Reference in New Issue
Block a user