ladybird/Tests/LibTextCodec/CMakeLists.txt

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()