summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/unit-no-clock-0.yml
blob: 08f2024bcc94f3724a9ac3702d1efcb1da6e731d (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
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: unit
test-brief: |
  This general purpose unit test suite provides enough resources to run
  basic tests without a ${/glossary/clock-driver:/term} for all specified
  managers and functions.
test-code: |
  const char rtems_test_name[] = "${.:/test-suite-name}";

  #define CONFIGURE_MAXIMUM_PROCESSORS 4

  #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER

  #include "../validation/ts-default.h"
test-description: |
  In SMP configurations, up to three scheduler instances using the SMP EDF
  scheduler are provided using up to four processors.
test-includes: []
test-local-includes: []
test-target: testsuites/unit/ts-unit-no-clock-0.c
type: test-suite