summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2009-07-13 17:52:57 +0000
committerStef Walter <stef@memberwebs.com>2009-07-13 17:52:57 +0000
commit3b9592e09fab786ef8518ac49269314a6c08a521 (patch)
tree93b00c1b6a9517775f21777e2b41f591c5706770 /Makefile.am
parentcb32f8b10ca51afa699afdaf339029aa5fbd0e74 (diff)
Cleanup tests, hook into 'make check'.
Hook tests into make check. Fix some assumptions in tests about the order of setup functions being run.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/Makefile.am b/Makefile.am
index d3c02700..8c4e10a7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -56,14 +56,5 @@ dist-hook:
echo A git clone is required to generate a ChangeLog >&2; \
fi
-distcheck-hook:
- @echo "RUNNING AUTOMATIC UNIT TESTS ---------------------------"
- @echo
- @echo
- $(MAKE) -C tests run-auto
- @echo
- @echo
- @echo "DONE AUTOMATIC UNIT TESTS ------------------------------"
-
install-pam:
@echo "WARNING: install-pam is no longer used, use the --with-pam-dir configure option instead"