commit | 923226bbc882ac27ae8c9bda713459af0cf536e5 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Mon Jan 30 10:56:44 2023 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Jan 31 09:45:25 2023 +0100 |
tree | 487f3dba963dfa12ae8d87cbfeda94bc464da211 | |
parent | c2b8aa3722e2d74311f27a542c15334d6266a58e [diff] |
qemu, qemu_v8: add XTEST_ARGS Implement a way to pass arguments to xtest when running "make check" or "make check-only". For example: $ make check XTEST_ARGS="-x regression_1031" $ make check XTEST_ARGS="-t regression 1004 1013 1031" Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@linaro.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