summaryrefslogtreecommitdiffstats
path: root/spec/build/bsps/tst.yml
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--spec/build/bsps/tst.yml36
1 files changed, 23 insertions, 13 deletions
diff --git a/spec/build/bsps/tst.yml b/spec/build/bsps/tst.yml
index 8610b375c3..739ab8c6c4 100644
--- a/spec/build/bsps/tst.yml
+++ b/spec/build/bsps/tst.yml
@@ -1,21 +1,31 @@
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
actions:
- set-test-state:
- capture: user-input
- dhrystone: benchmark
- dl10: user-input
- fileio: user-input
- linpack: benchmark
- monitor: user-input
- psxfenv01: expected-fail
- termios: user-input
- top: user-input
- whetstone: benchmark
+ reason: null
+ state: user-input
+ tests:
+ - capture
+ - dl10
+ - fileio
+ - monitor
+ - termios
+ - top
+- set-test-state:
+ reason: null
+ state: benchmark
+ tests:
+ - dhrystone
+ - linpack
+ - whetstone
+- set-test-state:
+ reason: null
+ state: expected-fail
+ tests:
+ - psxfenv01
build-type: option
copyrights:
-- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
-default: null
-default-by-variant: []
+- Copyright (C) 2020 embedded brains GmbH & Co. KG
+default: []
description: |
Provides general test states.
enabled-by: true