summaryrefslogtreecommitdiff
path: root/libcr_ipc/CMakeLists.txt
diff options
context:
space:
mode:
authorLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-06 23:12:55 -0600
committerLuke T. Shumaker <lukeshu@lukeshu.com>2025-04-07 01:36:34 -0600
commitb46d9f8886517c5e54cafc8bba1a6e0e30fdb691 (patch)
tree65e969e9434e00d1070894da54ce6c19c99a682c /libcr_ipc/CMakeLists.txt
parentd5036ba89dcb89b7a05e5c6b2d7cd9cc53850d4d (diff)
libcr_ipc: Add tests for select
Diffstat (limited to 'libcr_ipc/CMakeLists.txt')
-rw-r--r--libcr_ipc/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcr_ipc/CMakeLists.txt b/libcr_ipc/CMakeLists.txt
index 2b13e37..cf8e5fd 100644
--- a/libcr_ipc/CMakeLists.txt
+++ b/libcr_ipc/CMakeLists.txt
@@ -15,9 +15,9 @@ target_link_libraries(libcr_ipc INTERFACE
set(ipc_tests
chan
- #select
mutex
rpc
+ select
sema
)
foreach(test IN LISTS ipc_tests)