1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 10:27:36 +00:00

Tests: Add tests for inheriting signal handlers

This commit is contained in:
Tim Schumacher 2022-07-05 01:45:16 +02:00 committed by Idan Horowitz
parent 67f352b824
commit 60fc0ceabb
2 changed files with 79 additions and 0 deletions

View file

@ -43,6 +43,7 @@ set(LIBTEST_BASED_SOURCES
TestProcFS.cpp
TestProcFSWrite.cpp
TestSigAltStack.cpp
TestSigHandler.cpp
TestSigWait.cpp
)