Etienne Carriere | e1ece83 | 2019-06-06 11:42:07 +0200 | [diff] [blame] | 1 | config BR2_PACKAGE_OPTEE_TEST_EXT |
| 2 | bool "optee_test" |
| 3 | select BR2_PACKAGE_OPTEE_CLIENT_EXT |
| 4 | help |
| 5 | http://github.org/OP-TEE/optee_test |
| 6 | |
Etienne Carriere | e1ece83 | 2019-06-06 11:42:07 +0200 | [diff] [blame] | 7 | config BR2_PACKAGE_OPTEE_TEST_EXT_SITE |
| 8 | string "OP-TEE test path" |
| 9 | default "" |
| 10 | help |
| 11 | The path to the source directory of OP-TEE test |
| 12 | |
Etienne Carriere | d919c3c | 2019-06-06 11:25:16 +0200 | [diff] [blame] | 13 | if BR2_PACKAGE_OPTEE_TEST_EXT |
| 14 | |
Etienne Carriere | e1ece83 | 2019-06-06 11:42:07 +0200 | [diff] [blame] | 15 | config BR2_PACKAGE_OPTEE_TEST_EXT_SDK |
| 16 | string "OPTEE SDK path" |
| 17 | default "" |
| 18 | help |
| 19 | some help |
| 20 | |
| 21 | config BR2_PACKAGE_OPTEE_TEST_EXT_CROSS_COMPILE |
| 22 | string "OPTEE cross compiler" |
| 23 | default "" |
| 24 | help |
| 25 | some help |
| 26 | |
Jens Wiklander | 68a25e0 | 2020-06-23 15:09:20 +0200 | [diff] [blame] | 27 | config BR2_PACKAGE_OPTEE_TEST_EXT_GP_PACKAGE |
| 28 | string "GP package" |
| 29 | default "" |
| 30 | help |
| 31 | Path to the GlobalPlatform package containing description files |
| 32 | and TAs needed to build the complete GP test suite. The package |
| 33 | is free for GP members, but can be acquired directly from |
| 34 | GlobalPlatform for non-members. See |
| 35 | https://globalplatform.org/test-suites/tee-initial-configuration-test-suite-with-excluded-tests-list/ |
| 36 | The name of the package is currently "TEE Initial Configuration |
| 37 | Test Suite with Excluded Tests List v2.0.0.2" with the file name |
| 38 | TEE_Initial_Configuration-Test_Suite_v2_0_0_2-2017_06_09.7z |
| 39 | |
Jerome Forissier | 1c146e4 | 2020-11-10 17:24:05 +0100 | [diff] [blame] | 40 | config BR2_PACKAGE_OPTEE_TEST_EXT_WITH_TLS_TESTS |
| 41 | bool "with-tls-tests" |
| 42 | help |
| 43 | Select Thread Local Storage tests in Trusted Applications. Some |
| 44 | toolchains may not support this. |
| 45 | |
Jerome Forissier | 0170c6c | 2020-11-10 17:24:05 +0100 | [diff] [blame] | 46 | config BR2_PACKAGE_OPTEE_TEST_EXT_WITH_CXX_TESTS |
| 47 | bool "with-cxx-tests" |
| 48 | help |
| 49 | Select C++ tests in Trusted Applications. Some toolchains may not |
| 50 | support this. |
| 51 | |
Etienne Carriere | e1ece83 | 2019-06-06 11:42:07 +0200 | [diff] [blame] | 52 | endif |