From 35c52a51b9f06e4df552ce760f677953dbdd59f3 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Wed, 11 Nov 2020 15:40:39 +0100 Subject: validation/ts-performance-0: Add test suite Share a default test suite with ts-validation-0. --- spec/build/testsuites/validation/grp.yml | 2 ++ spec/build/testsuites/validation/performance-0.yml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 spec/build/testsuites/validation/performance-0.yml (limited to 'spec/build/testsuites') 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 @@ -10,6 +10,8 @@ includes: install: [] ldflags: [] links: +- role: build-dependency + uid: performance-0 - role: build-dependency uid: validation-0 type: build 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: [] -- cgit v1.2.3