summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-09 16:19:41 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:49 +0100
commit7eb4fc8d4331d3c1423c9d0b573141e70022cf11 (patch)
tree385155c4cd936ba12a7464d0993d4dbaa5d853ad /spec/build/testsuites/validation
parentvalidation: Test object services (diff)
downloadrtems-7eb4fc8d4331d3c1423c9d0b573141e70022cf11.tar.bz2
validation: Test timecounter
The test source code is generated from specification items by the "./spec2modules.py" script contained in the git://git.rtems.org/rtems-central.git Git repository. Please read the "How-To" section in the "Software Requirements Engineering" chapter of the RTEMS Software Engineering manual to get more information about the process. Update #3716.
Diffstat (limited to 'spec/build/testsuites/validation')
-rw-r--r--spec/build/testsuites/validation/grp.yml6
-rw-r--r--spec/build/testsuites/validation/validation-timecounter-0.yml20
-rw-r--r--spec/build/testsuites/validation/validation-timecounter-1.yml20
-rw-r--r--spec/build/testsuites/validation/validation-timecounter-smp-0.yml20
4 files changed, 66 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/grp.yml b/spec/build/testsuites/validation/grp.yml
index 0382321274..6541aff183 100644
--- a/spec/build/testsuites/validation/grp.yml
+++ b/spec/build/testsuites/validation/grp.yml
@@ -60,6 +60,12 @@ links:
uid: validation-smp-only-1
- role: build-dependency
uid: validation-smp-only-2
+- role: build-dependency
+ uid: validation-timecounter-0
+- role: build-dependency
+ uid: validation-timecounter-1
+- role: build-dependency
+ uid: validation-timecounter-smp-0
type: build
use-after:
- validation
diff --git a/spec/build/testsuites/validation/validation-timecounter-0.yml b/spec/build/testsuites/validation/validation-timecounter-0.yml
new file mode 100644
index 0000000000..b44a8408fa
--- /dev/null
+++ b/spec/build/testsuites/validation/validation-timecounter-0.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/validation/tc-timecounter-install.c
+- testsuites/validation/ts-validation-timecounter-0.c
+stlib: []
+target: testsuites/validation/ts-validation-timecounter-0.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/validation/validation-timecounter-1.yml b/spec/build/testsuites/validation/validation-timecounter-1.yml
new file mode 100644
index 0000000000..c755cf1da2
--- /dev/null
+++ b/spec/build/testsuites/validation/validation-timecounter-1.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/validation/tc-timecounter-get.c
+- testsuites/validation/ts-validation-timecounter-1.c
+stlib: []
+target: testsuites/validation/ts-validation-timecounter-1.exe
+type: build
+use-after: []
+use-before: []
diff --git a/spec/build/testsuites/validation/validation-timecounter-smp-0.yml b/spec/build/testsuites/validation/validation-timecounter-smp-0.yml
new file mode 100644
index 0000000000..ff29bd18ff
--- /dev/null
+++ b/spec/build/testsuites/validation/validation-timecounter-smp-0.yml
@@ -0,0 +1,20 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by: RTEMS_SMP
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/validation/tc-timecounter-get-smp.c
+- testsuites/validation/ts-validation-timecounter-smp-0.c
+stlib: []
+target: testsuites/validation/ts-validation-timecounter-smp-0.exe
+type: build
+use-after: []
+use-before: []