set(TEST_SOURCES
    TestBackgroundAction.cpp
    TestThread.cpp
)

foreach(source IN LISTS TEST_SOURCES)
    ladybird_test("${source}" LibThreading LIBS LibThreading)
endforeach()

target_link_libraries(TestBackgroundAction PRIVATE LibSync)
