]> granicus.if.org Git - apache/commitdiff
* Makefile.in: Pass TESTS=... to run only specific tests with make check.
authorJoe Orton <jorton@apache.org>
Wed, 6 Jun 2018 11:25:32 +0000 (11:25 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 6 Jun 2018 11:25:32 +0000 (11:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1833013 13f79535-47bb-0310-9956-ffa450edef68

Makefile.in

index b4d1e7524a2127ad370b8ffccf8fb04d0ca275c3..43d1879a9f900a713e041b9e12d1465a81bb13dc 100644 (file)
@@ -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