From 1df8e4158e752f1f010394d09e8a5e4f8201fd7e Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Fri, 11 Sep 2009 15:32:19 -0400 Subject: Add 'make tests' target --- common/collection/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common/collection') diff --git a/common/collection/Makefile.am b/common/collection/Makefile.am index 292a9a80..6102f65d 100644 --- a/common/collection/Makefile.am +++ b/common/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