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

Tests: Move the LibPthread tests to the correct namespace

This commit is contained in:
Tim Schumacher 2022-07-15 15:42:23 +02:00 committed by Linus Groh
parent 2f3b9c49a5
commit dac361e330
6 changed files with 3 additions and 10 deletions

View file

@ -14,6 +14,9 @@ set(TEST_SOURCES
TestMemalign.cpp
TestMemmem.cpp
TestMkDir.cpp
TestPthreadCleanup.cpp
TestPthreadSpinLocks.cpp
TestPthreadRWLocks.cpp
TestQsort.cpp
TestRaise.cpp
TestRealpath.cpp