summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/validation-timecounter-0.yml
blob: 2d019e0465cca57e25821f8cf527e2d1e04f14c8 (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
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
copyrights:
- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
enabled-by: true
links:
- role: requirement-refinement
  uid: validation
test-brief: |
  This validation test suite is intended test cases related to the installation
  of timecouters.  The ${/glossary/clock-driver:/term} is disabled.
test-code: |
  const char rtems_test_name[] = "${.:/test-suite-name}";

  #define CONFIGURE_MAXIMUM_PROCESSORS 1

  #define CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER

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