aboutsummaryrefslogtreecommitdiff
path: root/tools/b-test/test_data.yaml
blob: 53824ef2b21f3e39ad26d894bd46ef132cacd7b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
#
# Copyright (c) 2020, Arm Limited and Contributors. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#

$schema: ./test_data.schema.json,
data:
    - name: "libsp-optee-arm"
      src: "$TS_ROOT/deployments/libsp/opteesp"
      params:
            - "-GUnix Makefiles"
            - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
    - name: "libts-arm-linux"
      src: "$TS_ROOT/deployments/libts/arm-linux"
      os_id : "GNU/Linux"
      params:
            - "-GUnix Makefiles"
    - name: "libts-pc-linux"
      src: "$TS_ROOT/deployments/libts/linux-pc"
      os_id : "GNU/Linux"
      params:
            - "-GUnix Makefiles"
    - name: "secure-storage-optee-arm"
      src: "$TS_ROOT/deployments/secure-storage/opteesp"
      params:
            - "-GUnix Makefiles"
            - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
            - "-DCMAKE_VERBOSE_MAKEFILE=y"
    - name: "sfs-demo-optee-arm"
      src: "$TS_ROOT/deployments/sfs-demo/opteesp"
      params:
          - "-GUnix Makefiles"
          - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"
    - name: "crypto-optee-arm"
      src: "$TS_ROOT/deployments/crypto/opteesp"
      params:
          - "-GUnix Makefiles"
          - "-DSP_DEV_KIT_DIR=$SP_DEV_KIT_DIR"