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:
Richard Levitte 2015-12-04 17:27:54 +01:00
parent 29851264f1
commit f6e9c55331

View 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..." && \