[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Fri Dec 4 16:36:34 UTC 2015
The branch master has been updated
via f6e9c5533101066b2c759986ae8694c0f1926735 (commit)
from 29851264f11ccc70c6c0140d7e3d8d93ef5c9b11 (commit)
- Log -----------------------------------------------------------------
commit f6e9c5533101066b2c759986ae8694c0f1926735
Author: Richard Levitte <levitte at openssl.org>
Date: Fri Dec 4 17:27:54 2015 +0100
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 at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Makefile.org | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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..." && \
More information about the openssl-commits
mailing list