weston/tools/zunitc/src
Daniel Stone 759712ba05 zuc: Delete support for forking tests
ZUC's default mode is to fork for every test case. Unfortunately on
AArch64, fork in an ASan-traced program usually takes around 3.6 entire
seconds. This was leading to the config-parser test timing out.

As none of our remaining ZUC tests even need to fork, just remove all
support for it.

Signed-off-by: Daniel Stone <daniels@collabora.com>
2022-07-05 10:15:49 +01: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_context.h zuc: Delete support for forking tests 2022-07-05 10:15:49 +01:00
zuc_event.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_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 zuc: Delete support for forking tests 2022-07-05 10:15:49 +01:00