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>
This commit is contained in:
parent
29851264f1
commit
f6e9c55331
1 changed files with 1 additions and 1 deletions
|
@ -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..." && \
|
||||
|
|
Loading…
Reference in a new issue