aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2015-12-04 17:27:54 +0100
committerRichard Levitte <levitte@openssl.org>2015-12-04 17:27:54 +0100
commitf6e9c5533101066b2c759986ae8694c0f1926735 (patch)
tree921820456484c9a3c334a43414bdd4823ebd34cb
parent29851264f11ccc70c6c0140d7e3d8d93ef5c9b11 (diff)
downloadopenssl-f6e9c5533101066b2c759986ae8694c0f1926735.zip
openssl-f6e9c5533101066b2c759986ae8694c0f1926735.tar.gz
openssl-f6e9c5533101066b2c759986ae8694c0f1926735.tar.bz2
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 <rsalz@openssl.org>
-rw-r--r--Makefile.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.org b/Makefile.org
index 08c7000..4ad6bf6 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..." && \