Skip to content

Commit

Permalink
Add some dependencies to the t/*/*.t targets.
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichaud committed Feb 22, 2010
1 parent d98b492 commit b9b10eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Makefile.in
Expand Up @@ -427,7 +427,7 @@ sometests: all
@$(HARNESS_WITH_FUDGE_JOBS) $(TESTFILES)

# Run a single test
t/*.t t/*/*.t t/*/*/*.t: all
t/*.t t/*/*.t t/*/*/*.t: all Test.pir spectest_checkout
@$(HARNESS_WITH_FUDGE) --verbosity=1 $@

## cleaning
Expand Down

0 comments on commit b9b10eb

Please sign in to comment.