aboutsummaryrefslogtreecommitdiff
path: root/tools/b-test/test_data.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/b-test/test_data.yaml')
-rw-r--r--tools/b-test/test_data.yaml30
1 files changed, 30 insertions, 0 deletions
diff --git a/tools/b-test/test_data.yaml b/tools/b-test/test_data.yaml
index 53824ef2b..e1fcf7a7d 100644
--- a/tools/b-test/test_data.yaml
+++ b/tools/b-test/test_data.yaml
@@ -37,3 +37,33 @@ data:
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"