summaryrefslogtreecommitdiffstats
path: root/collection
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-07-16 12:58:20 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-07-16 16:30:16 -0400
commitf1e1a63915e35b01f682bc22eb3a102186ef7e08 (patch)
treec49151856706e0702a3b3d114c6d579c9b82d2dd /collection
parent9a62413058e0f690d81da2c8e5addc464adab680 (diff)
downloadding-libs2-f1e1a63915e35b01f682bc22eb3a102186ef7e08.tar.gz
ding-libs2-f1e1a63915e35b01f682bc22eb3a102186ef7e08.tar.xz
ding-libs2-f1e1a63915e35b01f682bc22eb3a102186ef7e08.zip
Run libcollection unit tests with 'make check'
Diffstat (limited to 'collection')
-rw-r--r--collection/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/collection/Makefile.am b/collection/Makefile.am
index a802cf0..292a9a8 100644
--- a/collection/Makefile.am
+++ b/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