Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added "make path/to/testfile.t"-option
  • Loading branch information
FROGGS committed Jun 2, 2013
1 parent 4edddfd commit a411981
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Expand Up @@ -92,3 +92,6 @@ spectest: install testable t/spectest.data

fulltest: install testable t/spectest.data
V5DEBUG=0 $(HARNESS_WITH_FUDGE) t/*/*.t t/*/*/*.t

t/*/*.t t/*/*/*.t:
V5DEBUG=0 $(HARNESS_WITH_FUDGE) --verbosity=1 $@

0 comments on commit a411981

Please sign in to comment.