mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:17:36 +00:00
Tests: Move the LibPthread tests to the correct namespace
This commit is contained in:
parent
2f3b9c49a5
commit
dac361e330
6 changed files with 3 additions and 10 deletions
|
@ -13,7 +13,6 @@ add_subdirectory(LibJS)
|
||||||
add_subdirectory(LibM)
|
add_subdirectory(LibM)
|
||||||
add_subdirectory(LibMarkdown)
|
add_subdirectory(LibMarkdown)
|
||||||
add_subdirectory(LibPDF)
|
add_subdirectory(LibPDF)
|
||||||
add_subdirectory(LibPthread)
|
|
||||||
add_subdirectory(LibRegex)
|
add_subdirectory(LibRegex)
|
||||||
add_subdirectory(LibSQL)
|
add_subdirectory(LibSQL)
|
||||||
add_subdirectory(LibTest)
|
add_subdirectory(LibTest)
|
||||||
|
|
|
@ -14,6 +14,9 @@ set(TEST_SOURCES
|
||||||
TestMemalign.cpp
|
TestMemalign.cpp
|
||||||
TestMemmem.cpp
|
TestMemmem.cpp
|
||||||
TestMkDir.cpp
|
TestMkDir.cpp
|
||||||
|
TestPthreadCleanup.cpp
|
||||||
|
TestPthreadSpinLocks.cpp
|
||||||
|
TestPthreadRWLocks.cpp
|
||||||
TestQsort.cpp
|
TestQsort.cpp
|
||||||
TestRaise.cpp
|
TestRaise.cpp
|
||||||
TestRealpath.cpp
|
TestRealpath.cpp
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
set(TEST_SOURCES
|
|
||||||
TestLibPthreadCleanup.cpp
|
|
||||||
TestLibPthreadSpinLocks.cpp
|
|
||||||
TestLibPthreadRWLocks.cpp
|
|
||||||
)
|
|
||||||
|
|
||||||
foreach(source IN LISTS TEST_SOURCES)
|
|
||||||
serenity_test("${source}" LibPthread LIBS LibPthread)
|
|
||||||
endforeach()
|
|
Loading…
Add table
Add a link
Reference in a new issue