blob: f2b50abf49311bc833efa8549f559c52e89bf889 [file] [log] [blame]
Andrew Geissler2edf0642023-09-11 08:24:07 -04001header:
2 version: 14
3
4# Config specific for the optee-xtests
5local_conf_header:
6 optee-test: |
7 # Include ARM FFA
8 MACHINE_FEATURES:append = " arm-ffa"
9 # Include trusted services
10 TEST_SUITES:append = " trusted_services"
11 # Include Optee xtests
12 IMAGE_INSTALL:append = " optee-test"