summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/splinkersets01/splinkersets01.doc
blob: 1dece7f8c2cc91818f35bfeffdfd067d3a0383bb (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
This file describes the directives and concepts tested by this test set.

test set name: splinkersets01

directives:

  - RTEMS_LINKER_SET_BEGIN()
  - RTEMS_LINKER_SET_END()
  - RTEMS_LINKER_SET_SIZE()
  - RTEMS_LINKER_ROSET_DECLARE()
  - RTEMS_LINKER_ROSET()
  - RTEMS_LINKER_ROSET_ITEM_DECLARE()
  - RTEMS_LINKER_ROSET_ITEM_REFERENCE()
  - RTEMS_LINKER_ROSET_ITEM()
  - RTEMS_LINKER_ROSET_ITEM_ORDERED()
  - RTEMS_LINKER_RWSET_DECLARE()
  - RTEMS_LINKER_RWSET()
  - RTEMS_LINKER_RWSET_ITEM_DECLARE()
  - RTEMS_LINKER_RWSET_ITEM_REFERENCE()
  - RTEMS_LINKER_RWSET_ITEM()
  - RTEMS_LINKER_RWSET_ITEM_ORDERED()

concepts:

  - Ensure that the RTEMS linker sets work.