From 6553bf4ab60490134f362e3933023bb5bbceecdf Mon Sep 17 00:00:00 2001 From: Gabriel Moyano Date: Fri, 20 May 2022 11:30:03 +0200 Subject: testsuites/sptests: Add sppps01 test Update #2349. --- spec/build/testsuites/sptests/grp.yml | 2 ++ spec/build/testsuites/sptests/sppps01.yml | 19 +++++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 spec/build/testsuites/sptests/sppps01.yml (limited to 'spec') diff --git a/spec/build/testsuites/sptests/grp.yml b/spec/build/testsuites/sptests/grp.yml index a69a4d20f7..3264ba5450 100644 --- a/spec/build/testsuites/sptests/grp.yml +++ b/spec/build/testsuites/sptests/grp.yml @@ -349,6 +349,8 @@ links: uid: sppercpudata01 - role: build-dependency uid: spporterr01 +- role: build-dependency + uid: sppps01 - role: build-dependency uid: spprintk - role: build-dependency diff --git a/spec/build/testsuites/sptests/sppps01.yml b/spec/build/testsuites/sptests/sppps01.yml new file mode 100644 index 0000000000..55770eceb9 --- /dev/null +++ b/spec/build/testsuites/sptests/sppps01.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) 2022 German Aerospace Center (DLR) +cppflags: [] +cxxflags: [] +enabled-by: true +features: c cprogram +includes: [] +ldflags: [] +links: [] +source: +- testsuites/sptests/sppps01/init.c +stlib: [] +target: testsuites/sptests/sppps01.exe +type: build +use-after: [] +use-before: [] -- cgit v1.2.3