aboutsummaryrefslogtreecommitdiff
path: root/tools/b-test/test_data.yaml
blob: e1fcf7a7d3c26aeeec7b20ee8faa7db7229b7c06 (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
#
# 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"
    - name: "component-test-arm-linux"
      src: "$TS_ROOT/deployments/component-test/arm-linux"
      os_id : "GNU/Linux"
      params:
          - "-GUnix Makefiles"
    - name: "component-test-pc-linux"
      os_id : "GNU/Linux"
      src: "$TS_ROOT/deployments/component-test/linux-pc"
      params:
          - "-GUnix Makefiles"
    - name: "ts-demo-arm-linux"
      src: "$TS_ROOT/deployments/ts-demo/arm-linux"
      os_id : "GNU/Linux"
      params:
          - "-GUnix Makefiles"
    - name: "ts-demo-pc-linux"
      src: "$TS_ROOT/deployments/ts-demo/linux-pc"
      os_id : "GNU/Linux"
      params:
          - "-GUnix Makefiles"
    - name: "ts-service-test-arm-linux"
      src: "$TS_ROOT/deployments/ts-service-test/arm-linux"
      os_id : "GNU/Linux"
      params:
          - "-GUnix Makefiles"
    - name: "ts-service-test-pc-linux"
      src: "$TS_ROOT/deployments/ts-service-test/linux-pc"
      os_id : "GNU/Linux"
      params:
          - "-GUnix Makefiles"