commit | 1a205ae33440f603e0579155505ce48215169e58 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome@forissier.org> | Wed Jun 17 17:55:00 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Aug 06 16:41:40 2020 +0200 |
tree | 81b978667afe981ff0478adba8847a738ddf2db0 | |
parent | 4565c452b6b3eded29e8f93d0b192f3abadd18c4 [diff] |
Add regression 1031 (C++ support in TAs) This commit adds C++ source files to the os_test TA and libraries. Regression 1031 is added which tests the following: - Construction of global objects in the TA main executable and in shared libraries (loaded automatically and via dlopen()) - Exception handling in the main program only (EH in shared libraries is not supported). - A "mixed frame" exception test, in which a C++ function calls a C function which calls a C++ function which throws. The initial caller is expected to be able to catch the exception. Signed-off-by: Jerome Forissier <jerome@forissier.org> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@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