mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +00:00
8 lines
183 B
CMake
8 lines
183 B
CMake
set(TEST_SOURCES
|
|
TestTextDecoders.cpp
|
|
TestTextEncoders.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
ladybird_test("${source}" LibTextCodec LIBS LibTextCodec)
|
|
endforeach()
|