fin: feature complete, all tests pass ready to merge

This commit is contained in:
2026-03-10 17:47:45 +00:00
parent f63d40cffb
commit 544d50ee6a
2 changed files with 13 additions and 0 deletions

View File

@@ -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)