Skip to content

Commit

Permalink
Perlito5 - Add a simple "make test-5to6" target (audreyt)
Browse files Browse the repository at this point in the history
  • Loading branch information
fglock committed Feb 24, 2012
1 parent 913d8f0 commit 33c0160
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
test-5to6 ::
-find t5/*.t | perl -ne ' chomp; print "*** perl6 $$_.p6$$/"; chomp; print `perl -Ilib5 perlito5.pl -Cperl6 $$_ > $$_.p6 && perl6 $$_.p6 `'

.PHONY: test-5to6

0 comments on commit 33c0160

Please sign in to comment.