mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
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:
parent
14bcb5219d
commit
4c6afd4763
Notes:
sideshowbarker
2024-07-17 06:51:10 +09:00
Author: https://github.com/nico Commit: https://github.com/SerenityOS/serenity/commit/4c6afd4763 Pull-request: https://github.com/SerenityOS/serenity/pull/22017 Reviewed-by: https://github.com/ADKaster ✅
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue