summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation/userext.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-12-09 16:17:23 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-03-24 11:10:49 +0100
commitc88db0f5fb9b5493756d6ed0018a9d4fadd23032 (patch)
treef295674eb204e6075ad887c7ca6de89dedd57919 /spec/build/testsuites/validation/userext.yml
parentvalidation: Test Timer Manager (diff)
downloadrtems-c88db0f5fb9b5493756d6ed0018a9d4fadd23032.tar.bz2
validation: Test User Extensions Manager
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/userext.yml')
-rw-r--r--spec/build/testsuites/validation/userext.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/userext.yml b/spec/build/testsuites/validation/userext.yml
new file mode 100644
index 0000000000..48d2b243bb
--- /dev/null
+++ b/spec/build/testsuites/validation/userext.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-userext.c
+- testsuites/validation/ts-userext.c
+stlib: []
+target: testsuites/validation/ts-userext.exe
+type: build
+use-after: []
+use-before: []