aboutsummaryrefslogtreecommitdiff
path: root/skel/build/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'skel/build/Makefile.in')
-rw-r--r--skel/build/Makefile.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/skel/build/Makefile.in b/skel/build/Makefile.in
index 8378ee5..f18e3b0 100644
--- a/skel/build/Makefile.in
+++ b/skel/build/Makefile.in
@@ -96,6 +96,14 @@ blizkost-install: blizkost
install: rakudo-install modules-install
+test:
+ @echo ""
+ @echo "To run the Rakudo compiler tests, use 'make rakudo-test'"
+ @echo ""
+ @echo "To run tests for individual modules, try:"
+ @echo " prove -e ./perl6 -r modules/<name>/t"
+ @echo ""
+
## cleaning
clean:
$(RM_F) $(CLEANUPS)