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

Tests: Add pthread scheduler priority tests

This commit is contained in:
kleines Filmröllchen 2022-07-24 16:40:58 +02:00 committed by Linus Groh
parent 6dded99777
commit 2477409680
2 changed files with 69 additions and 0 deletions

View file

@ -17,6 +17,7 @@ set(TEST_SOURCES
TestMkDir.cpp
TestPthreadCancel.cpp
TestPthreadCleanup.cpp
TestPThreadPriority.cpp
TestPthreadSpinLocks.cpp
TestPthreadRWLocks.cpp
TestQsort.cpp