summaryrefslogtreecommitdiff
path: root/rtemsspec/tests/spec-packagebuild/qdp/steps/c.yml
blob: 7bf9f89338a540af417bb8c69a9c5f86bad59fbe (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-step-type: test-mapper
copyrights:
- Copyright (C) 2023 embedded brains GmbH & Co. KG
description: |
  C.
enabled-by: true
links:
- hash: null
  name: variant
  role: input
  uid: ../variant
- hash: null
  name: foo
  role: input
  uid: a
- name: blub
  role: output
  uid: ../output/a
- name: moo
  role: output
  uid: ../output/b
qdp-type: build-step
type: qdp
values:
  a: a
  b:
  - b1
  - b2
  c: c
  list:
  - ${.:/values/a}
  - ${.:/values/b}
  - - d
    - e
  - ${.:/values/c}