From bc29c7c313e9e287731144b3e4701cc8a68e1c1c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 12 Apr 2021 06:58:44 +0200 Subject: 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. --- spec/build/testsuites/validation/libvalidation.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 spec/build/testsuites/validation/libvalidation.yml (limited to 'spec/build/testsuites/validation/libvalidation.yml') 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 -- cgit v1.2.3