3 :when_no_prototypes: :warn
4 :treat_externs: :include
5 :enforce_strict_ordering: TRUE
13 :callback_include_count: true # include a count arg when calling the callback
14 :callback_after_arg_check: false # check arguments before calling the callback
21 :includes: # This will add these includes to each mock.
24 :treat_externs: :exclude # Now the extern-ed functions will be mocked.
25 :weak: __attribute__((weak))
32 :treat_externs: :include