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/path_utils/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'common/path_utils/Makefile.am') diff --git a/common/path_utils/Makefile.am b/common/path_utils/Makefile.am index fdda791c..3961a06d 100644 --- a/common/path_utils/Makefile.am +++ b/common/path_utils/Makefile.am @@ -15,3 +15,4 @@ libpath_utils_la_SOURCES = \ path_utils.c \ path_utils.h +tests: all $(check_PROGRAMS) -- cgit