projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2985126
)
Run test/run_tests.pl directly in the test_ordinals target
author
Richard Levitte
<levitte@openssl.org>
Fri, 4 Dec 2015 16:27:54 +0000
(17:27 +0100)
committer
Richard 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
patch
|
blob
|
history
diff --git
a/Makefile.org
b/Makefile.org
index 08c700093abffe35e91fddc77129dbc4842a0248..4ad6bf6bab54c339780bc0272a5542a2d632c325 100644
(file)
--- 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..." && \