From: Joe Orton Date: Wed, 6 Jun 2018 11:25:32 +0000 (+0000) Subject: * Makefile.in: Pass TESTS=... to run only specific tests with make check. X-Git-Tag: 2.5.0-alpha2-ci-test-only~2566 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af3353bea3b84341a6e3940810aa1f407b6fb66b;p=thirdparty%2Fapache%2Fhttpd.git * 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 --- diff --git a/Makefile.in b/Makefile.in index b4d1e7524a2..43d1879a9f9 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