commit | 92d86ba02b834cd5d7279a597d0ddb49482f1765 | [log] [tgz] |
---|---|---|
author | Sumit Garg <sumit.garg@linaro.org> | Wed Dec 29 11:51:11 2021 +0530 |
committer | Jérôme Forissier <jerome@forissier.org> | Mon Jan 03 08:33:13 2022 +0100 |
tree | a458b968469b01ca9f16484dabe3285de71a2186 | |
parent | 45cf44c5d3ba6bf58af8cfb0c5acb0c057352451 [diff] |
qemu: Add more granular control for check tests Add a new argument for script: qemu-check.exp as the type of tests to be executed. After this change its possible to run tests granularly as follows: - Executes all tests: $ make check $ make check CHECK_TESTS=all - Execute only xtest tests: $ make check CHECK_TESTS=xtest - Execute only trusted-keys tests: $ make check CHECK_TESTS=trusted-keys Signed-off-by: Sumit Garg <sumit.garg@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.org>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers