From 34d3eb975ec23c9875d54226a5b625a2f9b4ad51 Mon Sep 17 00:00:00 2001 From: Stephen Gallagher Date: Tue, 8 Dec 2009 13:08:09 -0500 Subject: Run dhash tests Previously we were only building them but not running them. --- dhash/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dhash') diff --git a/dhash/Makefile.am b/dhash/Makefile.am index ced3269..de3c34d 100644 --- a/dhash/Makefile.am +++ b/dhash/Makefile.am @@ -18,6 +18,8 @@ libdhash_la_SOURCES = \ dhash.h check_PROGRAMS = dhash_test dhash_example +TESTS = $(check_PROGRAMS) + dhash_test_LDADD = dhash.o dhash_example_LDADD = dhash.o -- cgit