summaryrefslogblamecommitdiffstats
path: root/spec/testsuites/validation-timecounter-smp-0.yml
blob: 06a83f93bf732b110ca38efb7999a227b2a47b62 (plain) (tree)
1
2
3
4


                                                                         
                     
















                                                                         

                                                                    
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: RTEMS_SMP
links:
- role: requirement-refinement
  uid: /req/test-suites
test-brief: |
  This validation test suite is intended test cases related to the use of
  timecouters.  The ${/glossary/clock-driver:/term} is disabled.
test-code: |
  const char rtems_test_name[] = "${.:/test-suite-name}";

  #define CONFIGURE_MAXIMUM_PROCESSORS 4

  #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-smp-0.c
type: test-suite