summaryrefslogtreecommitdiff
path: root/lib/Makefile
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2022-03-14 17:38:25 +0100
committerMaria Matejka <mq@ucw.cz>2022-03-14 17:38:25 +0100
commitb4336b0880dee2a039ca55321f4344444512f97d (patch)
treef85b1f09e69ca87c9cfbdcb8d52817f974412a50 /lib/Makefile
parent41572e0c1b53e3aee6e84a2daada97c5f7620697 (diff)
parent3c42f7af6a23de3f135235521318301e5b34f2de (diff)
Merge branch 'haugesund-to-2.0' into HEAD
Diffstat (limited to 'lib/Makefile')
-rw-r--r--lib/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile b/lib/Makefile
index 4378a7bd..812f721c 100644
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -2,6 +2,6 @@ src := bitmap.c bitops.c blake2s.c blake2b.c checksum.c event.c flowspec.c idm.c
obj := $(src-o-files)
$(all-daemon)
-tests_src := bitmap_test.c heap_test.c buffer_test.c event_test.c flowspec_test.c bitops_test.c patmatch_test.c fletcher16_test.c slist_test.c checksum_test.c lists_test.c mac_test.c ip_test.c hash_test.c printf_test.c
+tests_src := bitmap_test.c heap_test.c buffer_test.c event_test.c flowspec_test.c bitops_test.c patmatch_test.c fletcher16_test.c slist_test.c checksum_test.c lists_test.c mac_test.c ip_test.c hash_test.c printf_test.c slab_test.c
tests_targets := $(tests_targets) $(tests-target-files)
tests_objs := $(tests_objs) $(src-o-files)