From d3cfdd662b266eaf03af04c1a9237b5d08fb037f Mon Sep 17 00:00:00 2001 From: Donald Hunter Date: Sun, 25 Aug 2013 20:01:37 +0100 Subject: [PATCH] Add rule for running individual test files to parrot Makefile. --- tools/build/Makefile-Parrot.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/build/Makefile-Parrot.in b/tools/build/Makefile-Parrot.in index 451927e782..6592d7cbfd 100644 --- a/tools/build/Makefile-Parrot.in +++ b/tools/build/Makefile-Parrot.in @@ -1098,6 +1098,9 @@ bootstrap-files: $(STAGE2_PBCS) src/stage2/$(CORE_SETTING_NQP) ## testing +t/*/*.t: all + prove -r -v --exec .@slash@$(RUNNER) $@ + test: all prove -r --exec ./$(NQP_EXE) t/nqp t/parrot t/hll t/qregex t/p5regex t/qast t/serialization