commit | 717f2bdbe77ff3ad86e03c1bb2e81a78ba36acf7 | [log] [tgz] |
---|---|---|
author | Victor Chong <victor.chong@linaro.org> | Wed May 13 14:02:22 2020 +0100 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu May 14 19:38:18 2020 +0200 |
tree | 1f98eb2542fe90460df46d8258c6e0736ef1a9c6 | |
parent | 8e070bc41e1d5494a8716288454ac2b82d70302a [diff] |
xtest: Makefile: create flag to enable OpenSSL As more tests use or depend on OpenSSL, it does not make sense anymore to enable OpenSSL, i.e. define OPENSSL_FOUND, based on one or several or all of the 'imported' CFG* flags. Instead, decouple the definition of OPENSSL_FOUND from CFG* flags and use a local WITH_OPENSSL flag instead. This will allow CI testing of builds without OPENSSL_FOUND. Suggested-by: Jerome Forissier <jerome@forissier.org> Signed-off-by: Victor Chong <victor.chong@linaro.org> Acked-by: Jerome Forissier <jerome@forissier.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