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

LibPthread: Add first test cases for RWlock

This commit is contained in:
Rodrigo Tobar 2021-09-28 01:11:17 +08:00 committed by Ali Mohammad Pur
parent 69b64a6b04
commit a8fae3d2c8
2 changed files with 91 additions and 0 deletions

View file

@ -1,5 +1,6 @@
set(TEST_SOURCES
TestLibPthreadSpinLocks.cpp
TestLibPthreadRWLocks.cpp
)
foreach(source IN LISTS TEST_SOURCES)