summaryrefslogtreecommitdiffstats
path: root/rtemsspec/tests/spec-verify/spec2/some-int.yml
blob: 8f59d8a1aa8e154e4e34edb59a096f2ae872a3af (plain) (blame)
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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
links:
- role: spec-member
  uid: /spec/root
spec-example: null
spec-info:
  int:
    assert:
    - and:
      - not:
          eq: 8
      - eq: 8
    - and:
      - eq: 8
      - ne: 8
    - and:
      - ge: 8
      - le: 8
    - and:
      - gt: 8
      - lt: 8
    - and:
      - le: 8
      - ge: 8
    - and:
      - lt: 8
      - gt: 8
    - and:
      - or:
        - eq: 8
        - ne: 8
    - eq: 1
    - ne: 2
    - le: 3
    - lt: 4
    - ge: 5
    - gt: 6
spec-type: some-int
type: spec