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:
parent
69b64a6b04
commit
a8fae3d2c8
2 changed files with 91 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
set(TEST_SOURCES
|
||||
TestLibPthreadSpinLocks.cpp
|
||||
TestLibPthreadRWLocks.cpp
|
||||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue