1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:47:35 +00:00

Tests: Add a basic UTF-8 to UTF-8 LibTextCodec test

This commit is contained in:
Karol Kosek 2022-03-27 21:41:51 +02:00 committed by Andreas Kling
parent b006a60366
commit dcb24e943d
4 changed files with 40 additions and 0 deletions

View file

@ -0,0 +1,7 @@
set(TEST_SOURCES
TestTextDecoders.cpp
)
foreach(source IN LISTS TEST_SOURCES)
serenity_test("${source}" LibTextCodec LIBS LibTextCodec)
endforeach()