Commit f6e9c553 authored by Richard Levitte's avatar Richard Levitte
Browse files

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: default avatarRich Salz <rsalz@openssl.org>
parent 29851264
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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..." && \