aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/build/Makefile.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/build/Makefile.in b/tools/build/Makefile.in
index 4627f45..b2cc03f 100644
--- a/tools/build/Makefile.in
+++ b/tools/build/Makefile.in
@@ -97,8 +97,7 @@ test:
@echo "To run the Rakudo compiler tests, use '$(MAKE) rakudo-test'"
@echo "To run the Perl 6 spectests, use '$(MAKE) rakudo-spectest'"
@echo ""
- @echo "To run tests for individual modules, install and then try:"
- @echo " prove -e ./perl6 -r modules/<name>/t"
+ @echo "To run the modules' test suites, run '$(MAKE) modules-test'"
@echo ""
## cleaning