1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:37:46 +00:00

Tests: Add a test to ensure sigaltstack() is working correctly

This commit is contained in:
Idan Horowitz 2021-11-30 01:10:18 +02:00
parent 711a7104f3
commit 246255527a
2 changed files with 60 additions and 0 deletions

View file

@ -41,6 +41,7 @@ set(LIBTEST_BASED_SOURCES
TestMunMap.cpp
TestProcFS.cpp
TestProcFSWrite.cpp
TestSigAltStack.cpp
)
foreach(libtest_source IN LISTS LIBTEST_BASED_SOURCES)