From 4c6afd4763c4c05b8e88e21eb0e8dd2743ee1c33 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 21 Nov 2023 22:06:02 -0500 Subject: [PATCH] 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. --- Tests/LibPDF/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Tests/LibPDF/CMakeLists.txt b/Tests/LibPDF/CMakeLists.txt index 402f9686abb..88906d57c77 100644 --- a/Tests/LibPDF/CMakeLists.txt +++ b/Tests/LibPDF/CMakeLists.txt @@ -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)