diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-08 13:08:09 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-12-08 23:35:29 -0500 |
commit | 363163aa3b3e60e05ac83f4fe37d23cfa78545a5 (patch) | |
tree | f22dd4a3092be386a0fdfd2a6621892fb5f5e3f6 /common/dhash | |
parent | 9c7473b26897384b8c5d00612e082c1cabe49370 (diff) | |
download | sssd-363163aa3b3e60e05ac83f4fe37d23cfa78545a5.tar.gz sssd-363163aa3b3e60e05ac83f4fe37d23cfa78545a5.tar.xz sssd-363163aa3b3e60e05ac83f4fe37d23cfa78545a5.zip |
Run dhash tests
Previously we were only building them but not running them.
Diffstat (limited to 'common/dhash')
-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 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 |