validation: Add Validation1 test suite

Update #4244.
This commit is contained in:
Sebastian Huber
2021-02-15 09:14:41 +01:00
parent fac1ff1820
commit f38c0de407
6 changed files with 100 additions and 5 deletions

View File

@@ -11,6 +11,7 @@ actions:
sp47: exclude
spstkalloc02: exclude
validation-0: exclude
validation-1: exclude
- set-value: -DPER_ALLOCATION=10
- append-test-cppflags: sp71
- set-value: -DMAXIMUM_DISTRIBUTION=10

View File

@@ -14,6 +14,8 @@ links:
uid: performance-0
- role: build-dependency
uid: validation-0
- role: build-dependency
uid: validation-1
type: build
use-after:
- rtemstest

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) 2021 embedded brains GmbH (http://www.embedded-brains.de)
cppflags: []
cxxflags: []
enabled-by: true
features: c cprogram
includes: []
ldflags: []
links: []
source:
- testsuites/validation/ts-validation-1.c
stlib: []
target: testsuites/validation/ts-validation-1.exe
type: build
use-after: []
use-before: []