testsuites/libtests: Added quick_exit tests

Added the tests for quick_exit() and
at_quick_exit() in textsuits/libtests/exit04
This commit is contained in:
Mazen Adel Elmessady
2025-07-06 00:23:44 +03:00
committed by Kinsey Moore
parent 4773863245
commit d1f34a45cc
5 changed files with 202 additions and 0 deletions

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) 2025 Mazen Adel Elmessady
cppflags: []
cxxflags: []
enabled-by: true
features: c cprogram
includes: []
ldflags: []
links: []
source:
- testsuites/libtests/exit04/init.c
stlib: []
target: testsuites/libtests/exit04.exe
type: build
use-after: []
use-before: []

View File

@@ -124,6 +124,8 @@ links:
uid: exit02
- role: build-dependency
uid: exit03
- role: build-dependency
uid: exit04
- role: build-dependency
uid: fcntl
- role: build-dependency