From: Richard Levitte Date: Fri, 4 Dec 2015 16:27:54 +0000 (+0100) Subject: Run test/run_tests.pl directly in the test_ordinals target X-Git-Tag: OpenSSL_1_1_0-pre1~134 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=f6e9c5533101066b2c759986ae8694c0f1926735;p=oweals%2Fopenssl.git Run test/run_tests.pl directly in the test_ordinals target Running 'make TEST=test_ordinals test' starts the whole build process, which wasn't desired for this target. Instead, we take a shortcut. Reviewed-by: Rich Salz --- diff --git a/Makefile.org b/Makefile.org index 08c700093a..4ad6bf6bab 100644 --- a/Makefile.org +++ b/Makefile.org @@ -437,7 +437,7 @@ rehash.time: certs apps test: tests test_ordinals: - $(MAKE) TESTS=test_ordinals test + TOP=$(TOP) PERL=$(PERL) $(PERL) test/run_tests.pl test_ordinals tests: rehash @(cd test && echo "testing..." && \