summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
Diffstat (limited to 'common')
-rw-r--r--common/collection/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am
index a802cf017..292a9a80c 100644
--- a/common/collection/Makefile.am
+++ b/common/collection/Makefile.am
@@ -34,10 +34,12 @@ libcollection_la_SOURCES = \
../trace/trace.h
# Build unit test
-noinst_PROGRAMS = collection_ut collection_stack_ut collection_queue_ut
+check_PROGRAMS = collection_ut collection_stack_ut collection_queue_ut
collection_ut_SOURCES = collection_ut.c
collection_ut_LDADD = libcollection.la
collection_stack_ut_SOURCES = collection_stack_ut.c
collection_stack_ut_LDADD = libcollection.la
collection_queue_ut_SOURCES = collection_queue_ut.c
collection_queue_ut_LDADD = libcollection.la
+
+TESTS = collection_ut collection_stack_ut collection_queue_ut