Skip to content
Snippets Groups Projects
user avatar
Jerome Forissier authored
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>
0170c6c7
History
Name Last commit Last update
..