From 5b423064d5bfe413a49ff370c3f7f908af510533 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 11 Sep 2009 15:32:19 -0400 Subject: Add 'make tests' target --- collection/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'collection') diff --git a/collection/Makefile.am b/collection/Makefile.am index 292a9a8..6102f65 100644 --- a/collection/Makefile.am +++ b/collection/Makefile.am @@ -43,3 +43,5 @@ collection_queue_ut_SOURCES = collection_queue_ut.c collection_queue_ut_LDADD = libcollection.la TESTS = collection_ut collection_stack_ut collection_queue_ut + +tests: all $(check_PROGRAMS) -- cgit