commit | 6d66ca973f418dfdc4a7cc049aed5f488ae5aa9c | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Tue Nov 10 15:56:06 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Tue Nov 17 15:03:52 2020 +0100 |
tree | 5d8c0bffd28424501aa3a4be491518281ce63baf | |
parent | e32c0758da4e84f72a767a486fd753b0fbdd43ea [diff] |
Introduce WITH_TLS_TESTS Introduces make variable WITH_TLS_TESTS (undefined by default, 'y' to enable) to select the Thread Local Storage TA tests. The way TLS is implemented is quite toolchain-specific (compiler, libc) [1] so it should be enabled only when supported. Link: [1] https://github.com/OP-TEE/optee_test/commit/30efcbeaf8864d0f2a5c4be593a5411001fab31b Signed-off-by: Jerome Forissier <jerome@forissier.org> Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
This git contains source code for the test suite (xtest) used to test the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The information that used to be here in this git can be found under optee_test.
// OP-TEE core maintainers