diff options
author | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-11-07 21:51:26 +0100 |
---|---|---|
committer | Johannes Stoelp <johannes.stoelp@gmail.com> | 2023-11-07 21:51:26 +0100 |
commit | f3775dc2df0e927aa99c852fd2d8b613a33f91b0 (patch) | |
tree | 2ab08edf2e155198982c2b236f8d62512f33e4ec /Makefile | |
parent | 0eb531749a805e1d83c856e6c59503af506f4d3c (diff) | |
download | cpp-utils-f3775dc2df0e927aa99c852fd2d8b613a33f91b0.tar.gz cpp-utils-f3775dc2df0e927aa99c852fd2d8b613a33f91b0.zip |
mutex: add owning mutex utility
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ TEST += bitfield TEST += option TEST += timer TEST += log +TEST += owning_mutex # -- INTERNALS ----------------------------------------------------------------- |