testsuites/sptests: Add sppps01 test

Update #2349.
This commit is contained in:
Gabriel Moyano
2022-05-20 11:30:03 +02:00
committed by Sebastian Huber
parent 5ccf9605dd
commit 6553bf4ab6
3 changed files with 212 additions and 0 deletions

View File

@@ -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

View File

@@ -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: []