summaryrefslogtreecommitdiffstats
path: root/spec/build
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-11 15:40:39 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2020-11-19 08:39:02 +0100
commit35c52a51b9f06e4df552ce760f677953dbdd59f3 (patch)
treef7e570968d13dc27303e1b31b5aa2c1655d92074 /spec/build
parentlibtest: Simplify "Load" environment reporting (diff)
downloadrtems-35c52a51b9f06e4df552ce760f677953dbdd59f3.tar.bz2
validation/ts-performance-0: Add test suite
Share a default test suite with ts-validation-0.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/validation/grp.yml2
-rw-r--r--spec/build/testsuites/validation/performance-0.yml19
2 files changed, 21 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/grp.yml b/spec/build/testsuites/validation/grp.yml
index 390fb48803..1a903a4198 100644
--- a/spec/build/testsuites/validation/grp.yml
+++ b/spec/build/testsuites/validation/grp.yml
@@ -11,6 +11,8 @@ install: []
ldflags: []
links:
- role: build-dependency
+ uid: performance-0
+- role: build-dependency
uid: validation-0
type: build
use-after:
diff --git a/spec/build/testsuites/validation/performance-0.yml b/spec/build/testsuites/validation/performance-0.yml
new file mode 100644
index 0000000000..ba14066dd3
--- /dev/null
+++ b/spec/build/testsuites/validation/performance-0.yml
@@ -0,0 +1,19 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: test-program
+cflags: []
+copyrights:
+- Copyright (C) 2020 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by: true
+features: c cprogram
+includes: []
+ldflags: []
+links: []
+source:
+- testsuites/validation/ts-performance-0.c
+stlib: []
+target: testsuites/validation/ts-performance-0.exe
+type: build
+use-after: []
+use-before: []