You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2018/06/06 11:25:32 UTC

svn commit: r1833013 - /httpd/httpd/trunk/Makefile.in

Author: jorton
Date: Wed Jun  6 11:25:32 2018
New Revision: 1833013

URL: http://svn.apache.org/viewvc?rev=1833013&view=rev
Log:
* Makefile.in: Pass TESTS=... to run only specific tests with make check.

Modified:
    httpd/httpd/trunk/Makefile.in

Modified: httpd/httpd/trunk/Makefile.in
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/Makefile.in?rev=1833013&r1=1833012&r2=1833013&view=diff
==============================================================================
--- httpd/httpd/trunk/Makefile.in (original)
+++ httpd/httpd/trunk/Makefile.in Wed Jun  6 11:25:32 2018
@@ -31,6 +31,8 @@ EXTRACLEAN_TARGETS = configure include/a
 	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-co
 	    perl Makefile.PL -apxs "$(top_builddir)/check/bin/apxs" && \
 	    ./t/TEST -clean && \
 	    ./t/TEST -config && \
-	    ./t/TEST
+	    ./t/TEST $(TESTS)
 
 #
 # Unit Test Suite