NAME
t/codingstd/c_enum.t - checks for rules related to enums in C source
SYNOPSIS
# test all files
% prove t/codingstd/c_enum.t
# test specific files
% perl t/codingstd/c_enum.t src/foo.c include/parrot/bar.h
DESCRIPTION
Checks that all C language source files use enums appropriately (eg: C89-compliant).