weston/tools/zunitc/src
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
..
main.c Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zuc_base_logger.c Rename zalloc.h to libweston/zalloc.h 2019-04-18 12:31:46 +03:00
zuc_base_logger.h Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zuc_collector.c Rename zalloc.h to libweston/zalloc.h 2019-04-18 12:31:46 +03:00
zuc_collector.h Fix typos all around (thanks codespell!) 2019-02-20 16:47:35 +01:00
zuc_context.h Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zuc_event_listener.h Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zuc_event.h Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zuc_junit_reporter.c zunitc: Fix undeclared identifier 'NULL' 2019-05-02 17:35:29 +00:00
zuc_junit_reporter.h Enables output in the JUnit XML format. 2015-07-17 13:27:39 +03:00
zuc_types.h Added simple unit/integration test framework and corresponding test program. 2015-07-07 15:47:08 +03:00
zunitc_impl.c option-parser: Make bools boolean 2019-11-28 19:24:13 +00:00