summaryrefslogtreecommitdiffstats
path: root/spec/testsuites/validation-timecounter-0.yml
diff options
context:
space:
mode:
Diffstat (limited to 'spec/testsuites/validation-timecounter-0.yml')
-rw-r--r--spec/testsuites/validation-timecounter-0.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/spec/testsuites/validation-timecounter-0.yml b/spec/testsuites/validation-timecounter-0.yml
new file mode 100644
index 00000000..8fdd3262
--- /dev/null
+++ b/spec/testsuites/validation-timecounter-0.yml
@@ -0,0 +1,24 @@
+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: /req/test-suites
+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-suite-name: ValidationTimecounter0
+test-target: testsuites/validation/ts-validation-timecounter-0.c
+type: test-suite