aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-07 21:51:26 +0100
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-11-07 21:51:26 +0100
commitf3775dc2df0e927aa99c852fd2d8b613a33f91b0 (patch)
tree2ab08edf2e155198982c2b236f8d62512f33e4ec /Makefile
parent0eb531749a805e1d83c856e6c59503af506f4d3c (diff)
downloadcpp-utils-f3775dc2df0e927aa99c852fd2d8b613a33f91b0.tar.gz
cpp-utils-f3775dc2df0e927aa99c852fd2d8b613a33f91b0.zip
mutex: add owning mutex utility
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 8d1fb21..e489d12 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@ TEST += bitfield
TEST += option
TEST += timer
TEST += log
+TEST += owning_mutex
# -- INTERNALS -----------------------------------------------------------------