validation: Improve support library

Update #3716.
This commit is contained in:
Sebastian Huber
2021-12-09 15:49:53 +01:00
parent 6aa0552403
commit 40cc4f5009
18 changed files with 3666 additions and 28 deletions

View File

@@ -20,5 +20,6 @@ links:
uid: validation-1
type: build
use-after:
- validation
- rtemstest
use-before: []

View File

@@ -13,6 +13,13 @@ links: []
source:
- testsuites/validation/tx-call-within-isr.c
- testsuites/validation/tx-interrupt.c
- testsuites/validation/tx-io-relax.c
- testsuites/validation/tx-memory-alloc.c
- testsuites/validation/tx-preemption-intervention.c
- testsuites/validation/tx-support.c
- testsuites/validation/tx-thread-queue.c
- testsuites/validation/tx-timecounter.c
- testsuites/validation/tx-timer-server.c
- testsuites/validation/tx-wrap-thread-queue.c
target: validation
type: build

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-no-clock-0.c
stlib: []
target: testsuites/validation/ts-validation-no-clock-0.exe
type: build
use-after: []
use-before: []