summaryrefslogtreecommitdiffstats
path: root/testsuites/smptests/smpunsupported01/smpunsupported01.doc
blob: 2fbd4fafc10314036c52b4f450e8071a6e9fe1db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
This file describes the directives and concepts tested by this test set.

test set name: smpunsupported01

directives:

  - rtems_configuration_is_smp_enabled()
  - rtems_task_mode()
  - rtems_task_create()

concepts:

  - Ensure that rtems_configuration_is_smp_enabled() return true on SMP
    configurations.
  - Ensure that rtems_task_mode() with RTEMS_NO_PREEMPT returns an error status
    on SMP configurations.
  - Ensure that rtems_task_create() with RTEMS_NO_PREEMPT returns an error
    status on SMP configurations.