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

Tests: Add tests for sigwait/sigwaitinfo/sigtimedwait

This commit is contained in:
Idan Horowitz 2021-12-12 00:10:03 +02:00
parent 656b1dd6be
commit 8d3faecd9b
2 changed files with 180 additions and 0 deletions

View file

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