summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/terminate.yml
blob: fcb93ca7046c1c5c2b7e332a65f2cbe496791457 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: true
links:
- role: requirement-refinement
  uid: validation
test-brief: |
  This validation test suite contains a test case for the system termination
  procedure.
test-code: |
  const char rtems_test_name[] = "${.:/test-suite-name}";

  #define CONFIGURE_MAXIMUM_PROCESSORS 2

  #define CONFIGURE_INITIAL_EXTENSIONS \
    { .fatal = FatalExtension0 }, \
    { .fatal = FatalExtension1 }

  #define CONFIGURE_DISABLE_BSP_SETTINGS

  #include "ts-default.h"
test-description: null
test-includes: []
test-local-includes:
- tc-userext.h
test-target: testsuites/validation/ts-terminate.c
type: test-suite