Skip to content

Commit

Permalink
Merge pull request #3067 from eduardoj/makefile_small_fix
Browse files Browse the repository at this point in the history
[ci] Small fix, on 'check' target
  • Loading branch information
M0ses committed May 8, 2017
2 parents 77a41a8 + 0b888b0 commit b19bd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/t/osc/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
check:
@for i in *.t;do perl -c $$i;done
@for i in *.ts; do perl -c $$i; done

test_system:
prove -v *.ts

0 comments on commit b19bd3a

Please sign in to comment.