summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/validation-smp-one-cpu-0.yml
blob: 8b2c25fe8f1319ebfb67bdb75716d909abf40273 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH & Co. KG
enabled-by: RTEMS_SMP
links:
- role: requirement-refinement
  uid: validation
test-brief: |
  This general purpose validation test suite provides enough resources to run
  basic tests for all specified managers and functions in a configuration with
  exactly one processor and an uniprocessor scheduler.
test-code: |
  const char rtems_test_name[] = "${.:/test-suite-name}";

  #define CONFIGURE_MAXIMUM_PROCESSORS 1

  #include "ts-default.h"
test-description: null
test-includes: []
test-local-includes: []
test-target: testsuites/validation/ts-validation-smp-one-cpu-0.c
type: test-suite