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 --- dhash/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dhash') diff --git a/dhash/Makefile.am b/dhash/Makefile.am index b8d5ce6..71bc144 100644 --- a/dhash/Makefile.am +++ b/dhash/Makefile.am @@ -21,3 +21,5 @@ dhash_example_LDADD = dhash.o examplesdir = $(docdir)/examples dist_noinst_DATA += dhash_test.c dhash_example.c + +tests: all $(check_PROGRAMS) -- cgit