From c806566251084e13678e76c1a5fd56c4a4f3f52c 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. --- common/dhash/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/common/dhash/Makefile.am b/common/dhash/Makefile.am index ced326952..de3c34d20 100644 --- a/common/dhash/Makefile.am +++ b/common/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