From af3353bea3b84341a6e3940810aa1f407b6fb66b Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Wed, 6 Jun 2018 11:25:32 +0000 Subject: * Makefile.in: Pass TESTS=... to run only specific tests with make check. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1833013 13f79535-47bb-0310-9956-ffa450edef68 --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index b4d1e7524a..43d1879a9f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,6 +31,8 @@ EXTRACLEAN_TARGETS = configure include/ap_config_auto.h.in generated_lists \ httpd.spec PHONY_TARGETS := check check-conf check-dirs check-include unittest-objdir +TESTS = + include $(top_builddir)/build/rules.mk include $(top_srcdir)/build/program.mk @@ -438,7 +440,7 @@ check: check-include check-dirs check-conf check/build/config_vars.mk check-bina perl Makefile.PL -apxs "$(top_builddir)/check/bin/apxs" && \ ./t/TEST -clean && \ ./t/TEST -config && \ - ./t/TEST + ./t/TEST $(TESTS) # # Unit Test Suite -- cgit v1.2.3