summaryrefslogtreecommitdiff
path: root/spec/build/testsuites/grpqual.yml
blob: 9412cfee4bbddae1fd93a6a494620cd8a5ee9944 (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
37
38
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
build-type: group
copyrights:
- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by:
- and:
  - RTEMS_QUAL
  - not: RTEMS_QUAL_ONLY
includes:
- ${BSP_INCLUDES}
install: []
ldflags:
- -nodefaultlibs
- -Wl,--start-group
- -lrtemstest
- -lrtemstestextra
- -lrtemsbsp
- -lrtemsbspextra
- -lrtemscpu
- -lrtemscpuextra
- -latomic
- -lc
- -lgcc
- -lgcov
- -lgomp
- -lstdc++
- -Wl,--end-group
links:
- role: build-dependency
  uid: grpmost
type: build
use-after:
- rtemstestextra
- rtemscpu
- rtemscpuextra
- rtemsbsp
- rtemsbspextra
use-before: []