Run test/run_tests.pl directly in the test_ordinals target
authorRichard Levitte <levitte@openssl.org>
Fri, 4 Dec 2015 16:27:54 +0000 (17:27 +0100)
committerRichard Levitte <levitte@openssl.org>
Fri, 4 Dec 2015 16:27:54 +0000 (17:27 +0100)
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 <rsalz@openssl.org>
Makefile.org

index 08c700093abffe35e91fddc77129dbc4842a0248..4ad6bf6bab54c339780bc0272a5542a2d632c325 100644 (file)
@@ -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..." && \