Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
"make test" does not require Test.pir.
  • Loading branch information
pmichaud committed Jun 14, 2011
1 parent 3398e0b commit ff8b4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/build/Makefile.in
Expand Up @@ -271,7 +271,7 @@ test : coretest

fulltest: coretest stresstest

coretest: Test.pir $(PERL6_EXE)
coretest: $(PERL6_EXE)
$(PERL) t/harness t/00-parrot t/01-sanity t/02-embed

# Run the spectests that we know work.
Expand Down Expand Up @@ -301,7 +301,7 @@ rakudo_test_run.tar.gz: testable t/spectest.data
spectest_smolder: rakudo_test_run.tar.gz
./perl6 -e "run qqx[git log -1 --pretty=format:%H].fmt(qq[curl -F architecture=@cpuarch@ -F platform=@osname@ -F revision=%s -F report_file=@rakudo_test_run.tar.gz -F username=parrot-autobot -F password=qa_rocks http://smolder.parrot.org/app/projects/process_add_report/5])"

testable : all spectest_checkout spectest_update
testable : all Test.pir spectest_checkout spectest_update

t/localtest.data:
$(PERL) -MExtUtils::Command -e test_f $@
Expand Down

0 comments on commit ff8b4a6

Please sign in to comment.