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:
Mohamed Hassan
2024-08-04 01:15:39 +03:00
parent 8f0c0bc379
commit 6ab27bb54e
8 changed files with 161 additions and 19 deletions

View File

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

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