ladybird/Tests/LibGfx/CMakeLists.txt
ayeteadoe ccb87b4cb4 Tests/LibGfx: Enable file based tests on Windows
These actually were always working since we first enabling LibGfx
on Windows. I was just running them outside of the ctest context
and therefore had the wrong working directory so the test-inputs folder
could not be found
2025-07-11 10:54:37 +02:00

14 lines
285 B
CMake

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