Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Makefile] Add a podtest target
  • Loading branch information
Tadeusz Sośnierz committed Jul 7, 2011
1 parent 9fb8447 commit 75c79fb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tools/build/Makefile.in
Expand Up @@ -297,6 +297,9 @@ fulltest: coretest stresstest
coretest: $(PERL6_EXE) $(SETTING)
$(PERL) t/harness t/00-parrot t/01-sanity t/02-embed

podtest: Test.pir
$(PERL) t/harness t/pod

# Run the spectests that we know work.
spectest_regression: spectest
spectest: testable t/spectest.data
Expand Down

0 comments on commit 75c79fb

Please sign in to comment.