mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:24:58 +00:00
Tests: Move test PDF files into Tests/LibPDF
Let's put test files with the tests themselves, instead of a random user directory. (But still copy them so they appear in the user directory for convenience.)
This commit is contained in:
parent
71af0c296f
commit
1910dc8976
5 changed files with 8 additions and 5 deletions
|
@ -6,8 +6,11 @@ foreach(source IN LISTS TEST_SOURCES)
|
|||
serenity_test("${source}" LibPDF LIBS LibCore LibPDF)
|
||||
endforeach()
|
||||
|
||||
install(
|
||||
FILES "../../Base/home/anon/Documents/pdf/complex.pdf"
|
||||
"../../Base/home/anon/Documents/pdf/linearized.pdf"
|
||||
"../../Base/home/anon/Documents/pdf/non-linearized.pdf"
|
||||
DESTINATION usr/Tests/LibPDF)
|
||||
set(TEST_FILES
|
||||
complex.pdf
|
||||
linearized.pdf
|
||||
non-linearized.pdf
|
||||
type1.pdf
|
||||
)
|
||||
install(FILES ${TEST_FILES} DESTINATION home/anon/Documents/pdf)
|
||||
install(FILES ${TEST_FILES} DESTINATION usr/Tests/LibPDF)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue