From d783b0fb0caf9d3c957cadb69f933eba1544d16e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Thu, 16 Jul 2009 12:58:20 -0400 Subject: Run libcollection unit tests with 'make check' --- common/collection/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'common') 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 -- cgit