ladybird/Tests/LibGfx/CMakeLists.txt
InvalidUsernameException 1f8a42c367 LibGfx: Add a test for bitmap export
The verified pixel output in this test just reflects currently observed
behavior, I have not verified that all cases output the correct data wrt
what the spec expects.
2025-11-28 18:32:48 +01:00

15 lines
313 B
CMake

set(TEST_SOURCES
BenchmarkJPEGLoader.cpp
TestColor.cpp
TestImageDecoder.cpp
TestImageWriter.cpp
TestImmutableBitmap.cpp
TestQuad.cpp
TestRect.cpp
TestWOFF.cpp
TestWOFF2.cpp
)
foreach(source IN LISTS TEST_SOURCES)
ladybird_test("${source}" LibGfx LIBS LibGfx)
endforeach()