parrotcode: Test code lines length | |
Contents | Tests |
t/codingstd/linelength.t - Test code lines length
# test all files
% prove t/codingstd/linelength.t
# test specific files
% perl t/codingstd/linelength.t src/foo.c include/parrot/bar.h
Tests all source files for the limit of n
columns.
|