summaryrefslogtreecommitdiffstats
path: root/spec/build/testsuites/validation/libvalidation.yml
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-04-12 06:58:44 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-05-14 08:48:38 +0200
commitbc29c7c313e9e287731144b3e4701cc8a68e1c1c (patch)
treeda2c1b16d753748d2cf382c920914e665b96de92 /spec/build/testsuites/validation/libvalidation.yml
parentrtems: Add TOD_Ticks_validation (diff)
downloadrtems-bc29c7c313e9e287731144b3e4701cc8a68e1c1c.tar.bz2
validation: Add support library
Add a library for support functions used by validation tests. Rename tc-support.* to tx-support.* since this file does not contain test cases.
Diffstat (limited to '')
-rw-r--r--spec/build/testsuites/validation/libvalidation.yml16
1 files changed, 16 insertions, 0 deletions
diff --git a/spec/build/testsuites/validation/libvalidation.yml b/spec/build/testsuites/validation/libvalidation.yml
new file mode 100644
index 0000000000..d55d4b9e41
--- /dev/null
+++ b/spec/build/testsuites/validation/libvalidation.yml
@@ -0,0 +1,16 @@
+SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
+build-type: library
+cflags: []
+copyrights:
+- Copyright (C) 2021 embedded brains GmbH (http://www.embedded-brains.de)
+cppflags: []
+cxxflags: []
+enabled-by: true
+includes: []
+install: []
+install-path: null
+links: []
+source:
+- testsuites/validation/tx-support.c
+target: validation
+type: build