From f6e9c5533101066b2c759986ae8694c0f1926735 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Fri, 4 Dec 2015 17:27:54 +0100 Subject: 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 --- Makefile.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.org') diff --git a/Makefile.org b/Makefile.org index 08c7000..4ad6bf6 100644 --- 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..." && \ -- cgit v1.1