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)
1 file changed
tree: b8493307ca3ffdc676bec95ad28865a422751146
  1. .github/
  2. cert/
  3. host/
  4. scripts/
  5. ta/
  6. .gitignore
  7. Android.mk
  8. CMakeLists.txt
  9. CMakeToolchain.txt
  10. LICENSE-BSD
  11. LICENSE-GPL
  12. LICENSE.md
  13. Makefile
  14. README.md
  15. typedefs.checkpatch
README.md

OP-TEE sanity testsuite

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