2021-09-02 08:44:24 +03:00
|
|
|
set(TEST_SOURCES
|
|
|
|
BenchmarkGfxPainter.cpp
|
2023-03-28 18:51:48 +03:00
|
|
|
BenchmarkJPEGLoader.cpp
|
2023-04-30 03:35:57 +03:00
|
|
|
TestDeltaE.cpp
|
2021-09-02 08:44:24 +03:00
|
|
|
TestFontHandling.cpp
|
2022-11-16 13:38:51 +03:00
|
|
|
TestGfxBitmap.cpp
|
2023-01-29 21:05:21 +03:00
|
|
|
TestICCProfile.cpp
|
2021-09-02 08:44:24 +03:00
|
|
|
TestImageDecoder.cpp
|
2024-01-10 05:29:16 +03:00
|
|
|
TestPainter.cpp
|
2023-02-19 02:46:27 +03:00
|
|
|
TestParseISOBMFF.cpp
|
2023-05-22 01:41:18 +03:00
|
|
|
TestRect.cpp
|
2023-03-10 20:29:00 +03:00
|
|
|
TestScalingFunctions.cpp
|
2023-10-23 23:48:15 +03:00
|
|
|
TestWOFF.cpp
|
2023-10-24 09:54:20 +03:00
|
|
|
TestWOFF2.cpp
|
2021-09-02 08:44:24 +03:00
|
|
|
)
|
2021-01-15 18:02:59 +03:00
|
|
|
|
2021-09-02 08:44:24 +03:00
|
|
|
foreach(source IN LISTS TEST_SOURCES)
|
2023-01-30 01:23:23 +03:00
|
|
|
serenity_test("${source}" LibGfx LIBS LibGfx)
|
2021-01-15 18:02:59 +03:00
|
|
|
endforeach()
|
2022-07-30 14:19:22 +03:00
|
|
|
|
2023-02-01 02:19:08 +03:00
|
|
|
install(DIRECTORY test-inputs DESTINATION usr/Tests/LibGfx)
|