summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2016-12-07 20:15:14 +0000
committerSimo Sorce <simo@redhat.com>2017-01-12 11:47:42 -0500
commitd52091918dd84112f4adcb3869f00c5ed7493213 (patch)
tree696f092217063fb4b337efa95c770bf581f9dd0d
parent1211ec865b28f5e9c985f7eb75349abb5af26d4c (diff)
downloadgss-proxy-d52091918dd84112f4adcb3869f00c5ed7493213.tar.gz
gss-proxy-d52091918dd84112f4adcb3869f00c5ed7493213.tar.xz
gss-proxy-d52091918dd84112f4adcb3869f00c5ed7493213.zip
Cause `make check` to behave as expected
`make tests` retains the current behavior as well. Signed-off-by: Robbie Harwood <rharwood@redhat.com> Reviewed-by: Simo Sorce <simo@redhat.com>
-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