Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add 'make rakudo-spectest' target.
  • Loading branch information
pmichaud committed Sep 29, 2010
1 parent 81b9fbc commit 9bd5544
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions skel/build/Makefile.in
Expand Up @@ -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@
Expand All @@ -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/<name>/t"
Expand Down

0 comments on commit 9bd5544

Please sign in to comment.