mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-25 17:25:08 +02:00
9 lines
183 B
CMake
9 lines
183 B
CMake
set(TEST_SOURCES
|
|
TestTextDecoders.cpp
|
|
TestTextEncoders.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibTextCodec LIBS LibTextCodec)
|
|
endforeach()
|