mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-23 01:32:14 -05:00
a94bf9bd09
Enable `LibThreading` tests and add a test to check for deadlocks in `ThreadPool`s
8 lines
175 B
CMake
8 lines
175 B
CMake
set(TEST_SOURCES
|
|
TestThread.cpp
|
|
TestThreadPool.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibThreading LIBS LibThreading)
|
|
endforeach()
|