summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--proxy/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/proxy/Makefile.am b/proxy/Makefile.am
index fa1264c..a3c7211 100644
--- a/proxy/Makefile.am
+++ b/proxy/Makefile.am
@@ -316,9 +316,11 @@ CLEANFILES = *.X */*.X */*/*.X \
examples/80-httpd.conf \
examples/99-nfs-client.conf
-tests: all $(check_PROGRAMS)
+check: all $(check_PROGRAMS)
$(srcdir)/tests/runtests.py
+tests: check
+
# RPM-related tasks
RPMBUILD ?= $(PWD)/rpmbuild