summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-05 14:28:53 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2022-09-05 15:46:32 +0200
commit98353136ddf9344e60942eebc2637453fb4f3c27 (patch)
treec15606ff131172074382edda12dfc7edb594ef2a /spec/build/testsuites/validation
parentrtems: Add constraints for rtems_clock_tick() (diff)
downloadrtems-98353136ddf9344e60942eebc2637453fb4f3c27.tar.bz2
validation: Refine basedefs specification
Update #3716.
Diffstat (limited to 'spec/build/testsuites/validation')
-rw-r--r--spec/build/testsuites/validation/objnodebug.yml15
-rw-r--r--spec/build/testsuites/validation/validation-no-clock-0.yml4
2 files changed, 18 insertions, 1 deletions
diff --git a/spec/build/testsuites/validation/objnodebug.yml b/spec/build/testsuites/validation/objnodebug.yml
new file mode 100644
index 0000000000..dad97e06a9
--- /dev/null
+++ b/spec/build/testsuites/validation/objnodebug.yml
@@ -0,0 +1,15 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: objects
+cflags: []
+copyrights:
+- Copyright (C) 2022 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by:
+ not: RTEMS_DEBUG
+includes: []
+install: []
+links: []
+source:
+- testsuites/validation/tc-basedefs-no-debug.c
+type: build
diff --git a/spec/build/testsuites/validation/validation-no-clock-0.yml b/spec/build/testsuites/validation/validation-no-clock-0.yml
index c2cdbba2d9..7d960e4677 100644
--- a/spec/build/testsuites/validation/validation-no-clock-0.yml
+++ b/spec/build/testsuites/validation/validation-no-clock-0.yml
@@ -9,7 +9,9 @@ enabled-by: true
features: c cprogram
includes: []
ldflags: []
-links: []
+links:
+- role: build-dependency
+ uid: objnodebug
source:
- testsuites/validation/tc-acfg.c
- testsuites/validation/tc-attr.c