tests/config/fail/config: add config options tests
[deliverable/barectf.git] / tests / config / fail / config / options-unknown-prop.yaml
1 version: '2.2'
2 options:
3 meow: mix
4 metadata:
5 type-aliases:
6 uint16:
7 class: int
8 size: 16
9 trace:
10 byte-order: le
11 streams:
12 my_stream:
13 packet-context-type:
14 class: struct
15 fields:
16 packet_size: uint16
17 content_size: uint16
18 events:
19 my_event:
20 payload-type:
21 class: struct
22 fields:
23 my_field:
24 class: int
25 size: 8
This page took 0.029797 seconds and 4 git commands to generate.