weston/tools/zunitc
Daniel Stone dd8219b3fb option-parser: Make bools boolean
When option-parser is confronted with a boolean option, have it write a
bool rather than treating the value as a pointer to an int32.

(lib)weston already heavily uses bool types internally, so this has the
nice side effect of eliminating quite a few local variables which only
existed as integer shadows of internal boolean variables.

Signed-off-by: Daniel Stone <daniels@collabora.com>
2019-11-28 19:24:13 +00:00
..
doc zunitc: Clarify documentation on return behavior. 2015-10-23 13:50:56 -07:00
inc/zunitc tests: Mark tests as used so they don’t get removed at link time 2017-12-01 16:53:53 +00:00
src option-parser: Make bools boolean 2019-11-28 19:24:13 +00:00
test zunitc: made name of test fixture parameter explicit. 2015-10-23 14:57:09 -07:00