• Pieter Noordhuis's avatar
    Use macro for test definition · 7e773ee2
    Pieter Noordhuis authored
    This makes sure that tests are declared static, so the compiler
    complains when they are not used. Declaring static is easy to forget,
    and we want to make sure all tests are run!
    7e773ee2
test-parser.c 17.6 KB