diff options
Diffstat (limited to 'common/dhash/Makefile.am')
-rw-r--r-- | common/dhash/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/dhash/Makefile.am b/common/dhash/Makefile.am index ced32695..de3c34d2 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 |