commit | 359b003a06be0a3a0452f0d4d2ef1de256a45eab | [log] [tgz] |
---|---|---|
author | Etienne Carriere <etienne.carriere@linaro.org> | Sat May 16 05:56:48 2020 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed May 20 09:54:19 2020 +0200 |
tree | 6e4b32d6d700e3bad2d826a17b8ecc454f038d64 | |
parent | 2e79f3cea13671b6e5bdb6c3492ca0e28364c4f0 [diff] |
xtest: regression 1027: fix build warning when openssl not used Fix build warning reported with trace message like below: .../optee-test-custom/host/xtest/regression_1000.c:2049:20: error: ‘client_uuid_linux_ns’ defined but not used [-Werror=unused-variable] static const char *client_uuid_linux_ns = "58ac9ca0-2086-4683-a1b8-ec4bc08e01b6"; ^~~~~~~~~~~~~~~~~~~~ Fixes: 8e070bc41e1d ("xtest: disable tests 1027 and 1028 if no OpenSSL") Signed-off-by: Etienne Carriere <etienne.carriere@linaro.org> Acked-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