diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-06 23:12:55 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-04-07 01:36:34 -0600 |
commit | b46d9f8886517c5e54cafc8bba1a6e0e30fdb691 (patch) | |
tree | 65e969e9434e00d1070894da54ce6c19c99a682c /libcr_ipc/CMakeLists.txt | |
parent | d5036ba89dcb89b7a05e5c6b2d7cd9cc53850d4d (diff) |
libcr_ipc: Add tests for select
Diffstat (limited to 'libcr_ipc/CMakeLists.txt')
-rw-r--r-- | libcr_ipc/CMakeLists.txt | 2 |
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) |