Skip to content
Snippets Groups Projects
Commit 0170c6c7 authored by Jerome Forissier's avatar Jerome Forissier Committed by Jérôme Forissier
Browse files

Introduce BR2_PACKAGE_OPTEE_TEST_EXT_WITH_CXX_TESTS

Conditionally enable TA C++ tests in the optee_test_ext Buildroot package.
Some toolchains may not support this feature [1] so it is best to let
the user decide.

common.mk enables the tests by default when $(COMPILER) is not clang,
assuming that the default GCC toolchain from toolchain.mk is used (which
works fine with the C++ tests). The command line option is
'make WITH_CXX_TESTS=y|n'.

Link: https://github.com/OP-TEE/optee_test/issues/458


Signed-off-by: default avatarJerome Forissier <jerome@forissier.org>
Acked-by: default avatarEtienne Carriere <etienne.carriere@linaro.org>
Acked-by: default avatarJens Wiklander <jens.wiklander@linaro.org>
parent 1c146e43
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment