Skip to content

Commit

Permalink
Add "run_network_tests" to "make clean"
Browse files Browse the repository at this point in the history
  • Loading branch information
Larwan Berke committed Mar 11, 2010
1 parent 82a4ba6 commit 02140e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polo-tk/Makefile.PL
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ WriteMakefile(
'/usr/bin/tee ./$(DISTNAME)-$(VERSION)/CHANGES > ./CHANGES'
),
},
clean => { FILES => 't/poe_loop_tk/*.t t/poe_loop_tk' },
clean => { FILES => 't/poe_loop_tk/*.t t/poe_loop_tk ' . $marker },
test => { TESTS => 't/*.t t/poe_loop_tk/*.t' },

CONFIGURE_REQUIRES => {
Expand Down

0 comments on commit 02140e3

Please sign in to comment.