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

Tests: Add tests for the LibPthread cleanup handlers

This commit is contained in:
Tim Schumacher 2022-06-10 17:05:27 +02:00 committed by Linus Groh
parent 2a27644220
commit 5b7bdd589c
2 changed files with 87 additions and 0 deletions

View file

@ -1,4 +1,5 @@
set(TEST_SOURCES
TestLibPthreadCleanup.cpp
TestLibPthreadSpinLocks.cpp
TestLibPthreadRWLocks.cpp
)