mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-22 08:00:45 +00:00
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
14 lines
285 B
CMake
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()
|