mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 10:37:44 +00:00
Tests+LibThreading: Add new tests for LibThreading for detach()
This commit is contained in:
parent
48731e9f17
commit
dd3996e207
2 changed files with 38 additions and 0 deletions
4
Tests/LibThreading/CMakeLists.txt
Normal file
4
Tests/LibThreading/CMakeLists.txt
Normal file
|
@ -0,0 +1,4 @@
|
|||
file(GLOB TEST_SOURCES CONFIGURE_DEPENDS "*.cpp")
|
||||
foreach(source ${TEST_SOURCES})
|
||||
serenity_test(${source} LibThreading LIBS LibThreading LibPthread)
|
||||
endforeach()
|
Loading…
Add table
Add a link
Reference in a new issue