parrotcode: checks for struct tags in C source and headers | |
Contents | Tests |
t/codingstd/c_struct.t - checks for struct tags in C source and headers
# test all files
% prove t/codingstd/c_struct.t
# test specific files
% perl t/codingstd/c_struct.t src/foo.c include/parrot/bar.h
Checks that all C source files use struct tags, as defined in PDD07.
|