Skip to content

Commit

Permalink
Run test/run_tests.pl directly in the test_ordinals target
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
levitte committed Dec 4, 2015
1 parent 2985126 commit f6e9c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.org
Original file line number Diff line number Diff line change
Expand Up @@ -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..." && \
Expand Down

0 comments on commit f6e9c55

Please sign in to comment.