From 9bd5544fde28adf14f5d0199d6ba69973db7bec0 Mon Sep 17 00:00:00 2001 From: pmichaud Date: Wed, 29 Sep 2010 00:36:01 -0500 Subject: Add 'make rakudo-spectest' target. --- skel/build/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'skel') diff --git a/skel/build/Makefile.in b/skel/build/Makefile.in index c94d541..22e33e1 100644 --- a/skel/build/Makefile.in +++ b/skel/build/Makefile.in @@ -82,6 +82,8 @@ rakudo/$(PERL6_EXE): cd rakudo && $(PERL) Configure.pl --parrot-config=$(PARROT_CONFIG) && $(MAKE) rakudo-test: rakudo/perl6 cd rakudo && $(MAKE) test +rakudo-spectest: rakudo/perl6 + cd rakudo && $(MAKE) spectest rakudo-install: rakudo cd rakudo && $(MAKE) install @win32_libparrot_copy@ @@ -104,6 +106,7 @@ install: rakudo-install modules-install test: @echo "" @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, try:" @echo " prove -e ./perl6 -r modules//t" -- cgit v1.1