forked from Imagelibrary/rtems
libtests/stackchk04: Add a new testsuite for the detailed reporter
Now as the default reporter is set to be a quiet reporter, we have stackchk test case for the default quiet reporter, stackchk03 for a custom user-defined reporter and stackchk04 for the detailed reporter function
This commit is contained in:
@@ -266,6 +266,8 @@ links:
|
||||
uid: stackchk02
|
||||
- role: build-dependency
|
||||
uid: stackchk03
|
||||
- role: build-dependency
|
||||
uid: stackchk04
|
||||
- role: build-dependency
|
||||
uid: stat
|
||||
- role: build-dependency
|
||||
|
||||
22
spec/build/testsuites/libtests/stackchk04.yml
Normal file
22
spec/build/testsuites/libtests/stackchk04.yml
Normal file
@@ -0,0 +1,22 @@
|
||||
SPDX-License-Identifier: CC-BY-SA-4.0 OR BSD-2-Clause
|
||||
build-type: test-program
|
||||
cflags: []
|
||||
copyrights:
|
||||
- Copyright (C) 2024 Mohamed Hassan <muhammad.hamdy.hassan@gmail.com>
|
||||
cppflags: []
|
||||
cxxflags: []
|
||||
enabled-by: true
|
||||
features: c cprogram
|
||||
includes: []
|
||||
ldflags: []
|
||||
links: []
|
||||
source:
|
||||
- testsuites/libtests/stackchk/blow.c
|
||||
- testsuites/libtests/stackchk/init.c
|
||||
- testsuites/libtests/stackchk/task1.c
|
||||
- testsuites/libtests/stackchk04/config.c
|
||||
stlib: []
|
||||
target: testsuites/libtests/stackchk04.exe
|
||||
type: build
|
||||
use-after: []
|
||||
use-before: []
|
||||
Reference in New Issue
Block a user