commit | 55adb62dbcedcb34d7dc9e93e7308f2821925312 | [log] [tgz] |
---|---|---|
author | Joakim Bech <joakim.bech@linaro.org> | Thu Nov 14 09:37:45 2024 +0100 |
committer | Jerome Forissier <jerome@forissier.org> | Thu Nov 14 14:43:42 2024 +0100 |
tree | b8493307ca3ffdc676bec95ad28865a422751146 | |
parent | 695231ef8987866663a9ed5afd8f77d1bae3dc08 [diff] |
gp: change from xalan to xsltproc We have been using an outdated version of xalan, which is what is installed using apt in Ubuntu. If you run Fedora, you will receive the latest version. The executable name has changed from "xalan" to "Xalan" and the supported command line arguments are also different. Therefore supporting different versions of xalan across distros can be challenging. One alternative is xsltproc. It looks like it works on both Ubuntu and Fedora, so let's swap out xalan for xsltproc. Signed-off-by: Joakim Bech <joakim.bech@linaro.org> Acked-by: Etienne Carriere <etienne.carriere@foss.st.com> Acked-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Jerome Forissier <jerome.forissier@linaro.org> (Ubuntu 20.04) Tested-by: Joakim Bech <joakim.bech@linaro.org> (Fedora 41) Tested-by: Joakim Bech <joakim.bech@linaro.org> (Ubuntu 22.04)
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