Remove BackgroundAction after ImageDecoder stopped using it. Drop its dedicated test target and sources from LibThreading. Replace the LibCore stream tests' remaining usage with explicit Thread objects so the tree no longer depends on the removed API.
7 lines
152 B
CMake
7 lines
152 B
CMake
set(TEST_SOURCES
|
|
TestThread.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibThreading LIBS LibThreading)
|
|
endforeach()
|