parrotcode: checks for "FIXME" and similar notes in C source and headers | |
Contents | Tests |
t/codingstd/fixme.t - checks for "FIXME" and similar notes in C source and headers
# test all files
% prove t/codingstd/fixme.t
# test specific files
% perl t/codingstd/fixme.t src/foo.c include/parrot/bar.h
Checks that no C source or header file in the distribution contains the following strings:
FIXME
TODO
XXX
|