mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
Tests: Add a basic UTF-8 to UTF-8 LibTextCodec test
This commit is contained in:
parent
b006a60366
commit
dcb24e943d
4 changed files with 40 additions and 0 deletions
7
Tests/LibTextCodec/CMakeLists.txt
Normal file
7
Tests/LibTextCodec/CMakeLists.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
set(TEST_SOURCES
|
||||
TestTextDecoders.cpp
|
||||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
serenity_test("${source}" LibTextCodec LIBS LibTextCodec)
|
||||
endforeach()
|
Loading…
Add table
Add a link
Reference in a new issue