Skip to content
This repository has been archived by the owner on Feb 3, 2021. It is now read-only.

Commit

Permalink
Clean up makefile dependency for setting-test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed May 14, 2010
1 parent b9a6851 commit d0789dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -282,10 +282,10 @@ p6regex-test: $(P6REGEX_PBC)
p6regex-test-loud: $(P6REGEX_PBC)
prove -r -v --exec $(PARROT) t/p6regex

setting-test: $(NQP_EXE)
setting-test: $(NQP_EXE) $(SETTING_PBC)
prove -r --exec ./$(NQP_EXE) t/setting

setting-test-loud: $(NQP_EXE)
setting-test-loud: $(NQP_EXE) $(SETTING_PBC)
prove -r -v --exec ./$(NQP_EXE) t/setting

## cleaning
Expand Down

0 comments on commit d0789dc

Please sign in to comment.