2022-03-27 16:41:51 -03:00
|
|
|
set(TEST_SOURCES
|
|
|
|
|
TestTextDecoders.cpp
|
2024-08-05 12:03:53 -03:00
|
|
|
TestTextEncoders.cpp
|
2022-03-27 16:41:51 -03:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
2025-06-30 12:11:44 -03:00
|
|
|
ladybird_test("${source}" LibTextCodec LIBS LibTextCodec)
|
2022-03-27 16:41:51 -03:00
|
|
|
endforeach()
|