From d52091918dd84112f4adcb3869f00c5ed7493213 Mon Sep 17 00:00:00 2001 From: Robbie Harwood Date: Wed, 7 Dec 2016 20:15:14 +0000 Subject: Cause `make check` to behave as expected `make tests` retains the current behavior as well. Signed-off-by: Robbie Harwood Reviewed-by: Simo Sorce --- proxy/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit