mirror of
https://github.com/RGBCube/serenity
synced 2025-07-29 00:47:45 +00:00
Tests: Add a PDF rendering test
Having some rendering test coverage is motivated by #22362, but this test wouldn't have found the crashes over there (since colorspaces.pdf does not contain pattern color spaces). Still, good to have some in-repo test coverage of PDF rendering.
This commit is contained in:
parent
d577d181e3
commit
4107c2985e
2 changed files with 34 additions and 1 deletions
|
@ -3,7 +3,7 @@ set(TEST_SOURCES
|
|||
)
|
||||
|
||||
foreach(source IN LISTS TEST_SOURCES)
|
||||
serenity_test("${source}" LibPDF LIBS LibCore LibPDF)
|
||||
serenity_test("${source}" LibPDF LIBS LibCore LibGfx LibPDF)
|
||||
endforeach()
|
||||
|
||||
set(TEST_FILES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue