parrotcode: checks that all the headerizer asserts are used | |
Contents | Tests |
t/codingstd/c_arg_assert.t - checks that all the headerizer asserts are used
# test all files % prove t/codingstd/c_arg_assert.t
Finds all the argument guards generated by headerizer (asserts to enforce the non-NULLness of specially marked pointers) are actually used. Verifies that macros are invoked on a sane position.
|