mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
72d0e3284b
Implements the corresponding encoders, selects the appropriate one when encoding URL search params. If an encoder for the given encoding could not be found, fallback to utf-8.
8 lines
183 B
CMake
8 lines
183 B
CMake
set(TEST_SOURCES
|
|
TestTextDecoders.cpp
|
|
TestTextEncoders.cpp
|
|
)
|
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
|
serenity_test("${source}" LibTextCodec LIBS LibTextCodec)
|
|
endforeach()
|