From 7a91597392c64ec8bd2b3cdfc44df98b928f41d3 Mon Sep 17 00:00:00 2001 From: Johannes Stoelp Date: Wed, 8 Nov 2023 00:14:42 +0100 Subject: latch: add simple latch based on a mutex and cv --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') 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 ----------------------------------------------------------------- -- cgit v1.2.3