parrotcode: t/codingstd/c_macro_args.t | |
Contents | Tests |
t/codingstd/c_macro_args.t
# test all files % prove t/codingstd/c_macro_args.t # test specific files % perl t/codingstd/c_macro_args.t src/foo.t include/parrot/bar.h
Checks that no C source file in the distribution has unsafe macro args.
|