Tests: Install recently added PDF test files

These aren't needed for any automated tests, but it's still nice to have
them in the OS for manual testing.
This commit is contained in:
Nico Weber 2023-11-21 22:06:02 -05:00 committed by Andrew Kaster
parent 14bcb5219d
commit 4c6afd4763

View file

@ -7,13 +7,16 @@ foreach(source IN LISTS TEST_SOURCES)
endforeach()
set(TEST_FILES
colorspaces.pdf
complex.pdf
encryption_nocopy.pdf
linearized.pdf
non-linearized.pdf
oss-fuzz-testcase-62065.pdf
password-is-sup.pdf
text.pdf
type1.pdf
type3.pdf
)
install(FILES ${TEST_FILES} DESTINATION home/anon/Documents/pdf)
install(FILES ${TEST_FILES} DESTINATION usr/Tests/LibPDF)