commit | c0ad604e2fd92cef6edaf15ffdd5bf49bb1f788a | [log] [tgz] |
---|---|---|
author | Anton Komlev <anton.komlev@arm.com> | Tue Aug 29 18:23:26 2023 +0100 |
committer | Kevin Peng <kevin.peng@arm.com> | Sat Oct 07 14:53:06 2023 +0800 |
tree | a02bbf9fd8764c29168da6e2732c9bec8bcf663e | |
parent | 95d3407a65e26fb3a4319ab38c257e50c9ee804f [diff] |
Test: Gather test execution code in app_broker This change consolidates all code for tests execution into a single module named app_broker. The broker creates execution environment for tests (regression and PSA aPI) requireing the tests implement only entry functoin: void test_app(void *arg) defined in test_app.h Signed-off-by: Anton Komlev <anton.komlev@arm.com> Change-Id: I410f6dd0a635b4b543a25af528195d9365dcf320