9 lines
202 B
CMake
9 lines
202 B
CMake
set(URL_TEST_SOURCES
|
|
TestURL.cpp
|
|
TestURLPattern.cpp
|
|
TestPublicSuffix.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS URL_TEST_SOURCES)
|
|
ladybird_test("${source}" LibURL LIBS LibURL LibRegex)
|
|
endforeach()
|