2021-09-02 05:44:24 +00:00
|
|
|
set(TEST_SOURCES
|
|
|
|
BenchmarkGfxPainter.cpp
|
2023-03-28 15:51:48 +00:00
|
|
|
BenchmarkJPEGLoader.cpp
|
2024-05-13 14:55:29 +00:00
|
|
|
TestColor.cpp
|
2023-04-30 00:35:57 +00:00
|
|
|
TestDeltaE.cpp
|
2022-11-16 10:38:51 +00:00
|
|
|
TestGfxBitmap.cpp
|
2023-01-29 18:05:21 +00:00
|
|
|
TestICCProfile.cpp
|
2021-09-02 05:44:24 +00:00
|
|
|
TestImageDecoder.cpp
|
2024-05-05 00:44:07 +00:00
|
|
|
TestImageWriter.cpp
|
2024-05-14 09:24:33 +00:00
|
|
|
TestMedianCut.cpp
|
2024-01-10 02:29:16 +00:00
|
|
|
TestPainter.cpp
|
2023-05-21 22:41:18 +00:00
|
|
|
TestRect.cpp
|
2023-03-10 17:29:00 +00:00
|
|
|
TestScalingFunctions.cpp
|
2023-10-23 20:48:15 +00:00
|
|
|
TestWOFF.cpp
|
2023-10-24 06:54:20 +00:00
|
|
|
TestWOFF2.cpp
|
2021-09-02 05:44:24 +00:00
|
|
|
)
|
2021-01-15 15:02:59 +00:00
|
|
|
|
2021-09-02 05:44:24 +00:00
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
2023-01-29 22:23:23 +00:00
|
|
|
serenity_test("${source}" LibGfx LIBS LibGfx)
|
2021-01-15 15:02:59 +00:00
|
|
|
endforeach()
|