aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-08 00:14:42 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-08 00:14:42 +0100
commit7a91597392c64ec8bd2b3cdfc44df98b928f41d3 (patch)
tree85bef5dd86696c742e87d0b61a0034f73789a1ac /Makefile
parent1cf1cbdeb6542bd84631aad950c02d951af319a4 (diff)
downloadcpp-utils-7a91597392c64ec8bd2b3cdfc44df98b928f41d3.tar.gz
cpp-utils-7a91597392c64ec8bd2b3cdfc44df98b928f41d3.zip
latch: add simple latch based on a mutex and cv
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9b14354..fe046c9 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,7 @@ TEST += option
TEST += timer
TEST += log
TEST += owning_mutex
+TEST += latch
# -- INTERNALS -----------------------------------------------------------------