-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathexample-config.yaml
57 lines (57 loc) · 1 KB
/
example-config.yaml
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
action: difference
name-file-mappings:
- name: S1
file: example/r.hpp
- name: S2
file: example/rl.hpp
- name: S3
file: example/rc.hpp
- name: S4
file: example/rcl.hpp
- name: S5
file: example/i.hpp
- name: S6
file: example/il.hpp
- name: S7
file: example/ic.hpp
- name: S8
file: example/icl.hpp
options:
minimum_trace_size: 1
only_named_nodes: false
language: cpp
expressions:
- left-side: [S2, S8]
right-side: [S3, S5]
labels:
- logging_1
- logging
- F
- left-side: [S2, S8]
right-side: [S1, S7]
labels:
- logging_2
- logging
- F
- left-side: [S3, S8]
right-side: [S1, S6]
labels:
- checked
- F
- left-side: [S5, S6]
right-side: [S1, S4]
labels:
- iterative
- F
- left-side: [S7]
right-side: [S3, S5]
labels:
- checked_and_iterative
- F
- left-side: [S2, S7]
right-side: [S1, S5]
labels:
- logging_or_checked
- O
run:
- checked