summaryrefslogtreecommitdiff
path: root/support/extractpdfmark/test
diff options
context:
space:
mode:
Diffstat (limited to 'support/extractpdfmark/test')
-rw-r--r--support/extractpdfmark/test/Makefile.in21
-rw-r--r--support/extractpdfmark/test/binary.pdfbin11537 -> 11538 bytes
-rw-r--r--support/extractpdfmark/test/destonly.pdfbin11384 -> 11385 bytes
-rw-r--r--support/extractpdfmark/test/desttype.pdfbin17442 -> 17443 bytes
-rw-r--r--support/extractpdfmark/test/namedict.pdfbin7586 -> 7606 bytes
-rw-r--r--support/extractpdfmark/test/nodest.pdfbin11293 -> 11294 bytes
-rw-r--r--support/extractpdfmark/test/pagemode-fullscreen.pdfbin11307 -> 11308 bytes
-rw-r--r--support/extractpdfmark/test/pagemode-thumbs.pdfbin11308 -> 11309 bytes
-rw-r--r--support/extractpdfmark/test/pagemode-usenone.pdfbin11305 -> 11306 bytes
-rw-r--r--support/extractpdfmark/test/pdfdocencoding.pdfbin11518 -> 11519 bytes
-rw-r--r--support/extractpdfmark/test/special-chars.pdfbin20949 -> 20949 bytes
-rwxr-xr-xsupport/extractpdfmark/test/test-expected-pdfmark.sh9
-rw-r--r--support/extractpdfmark/test/utf16.pdfbin11537 -> 11538 bytes
-rw-r--r--support/extractpdfmark/test/utf8.pdfbin11545 -> 11546 bytes
14 files changed, 15 insertions, 15 deletions
diff --git a/support/extractpdfmark/test/Makefile.in b/support/extractpdfmark/test/Makefile.in
index 723907b98f..7644127c99 100644
--- a/support/extractpdfmark/test/Makefile.in
+++ b/support/extractpdfmark/test/Makefile.in
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15.1 from Makefile.am.
+# Makefile.in generated by automake 1.16.5 from Makefile.am.
# @configure_input@
-# Copyright (C) 1994-2017 Free Software Foundation, Inc.
+# Copyright (C) 1994-2021 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -303,6 +303,7 @@ am__set_TESTS_bases = \
bases='$(TEST_LOGS)'; \
bases=`for i in $$bases; do echo $$i; done | sed 's/\.log$$//'`; \
bases=`echo $$bases`
+AM_TESTSUITE_SUMMARY_HEADER = ' for $(PACKAGE_STRING)'
RECHECK_LOGS = $(TEST_LOGS)
AM_RECURSIVE_TARGETS = check recheck
am__EXEEXT_1 = binary-expected.pdfmark destonly-expected.pdfmark \
@@ -367,8 +368,9 @@ CCDEPMODE = @CCDEPMODE@
CFLAGS = @CFLAGS@
CPP = @CPP@
CPPFLAGS = @CPPFLAGS@
+CSCOPE = @CSCOPE@
+CTAGS = @CTAGS@
CXX = @CXX@
-CXXCPP = @CXXCPP@
CXXDEPMODE = @CXXDEPMODE@
CXXFLAGS = @CXXFLAGS@
CYGPATH_W = @CYGPATH_W@
@@ -379,6 +381,7 @@ ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
+ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
GHOSTSCRIPT = @GHOSTSCRIPT@
GREP = @GREP@
@@ -560,8 +563,8 @@ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
*config.status*) \
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
*) \
- echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
- cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
+ echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles)'; \
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__maybe_remake_depfiles);; \
esac;
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
@@ -686,7 +689,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
test x"$$VERBOSE" = x || cat $(TEST_SUITE_LOG); \
fi; \
echo "$${col}$$br$${std}"; \
- echo "$${col}Testsuite summary for $(PACKAGE_STRING)$${std}"; \
+ echo "$${col}Testsuite summary"$(AM_TESTSUITE_SUMMARY_HEADER)"$${std}"; \
echo "$${col}$$br$${std}"; \
create_testsuite_report --maybe-color; \
echo "$$col$$br$$std"; \
@@ -699,7 +702,7 @@ $(TEST_SUITE_LOG): $(TEST_LOGS)
fi; \
$$success || exit 1
-check-TESTS:
+check-TESTS:
@list='$(RECHECK_LOGS)'; test -z "$$list" || rm -f $$list
@list='$(RECHECK_LOGS:.log=.trs)'; test -z "$$list" || rm -f $$list
@test -z "$(TEST_SUITE_LOG)" || rm -f $(TEST_SUITE_LOG)
@@ -748,8 +751,10 @@ recheck: all
@am__EXEEXT_TRUE@ --log-file $$b.log --trs-file $$b.trs \
@am__EXEEXT_TRUE@ $(am__common_driver_flags) $(AM_PS_LOG_DRIVER_FLAGS) $(PS_LOG_DRIVER_FLAGS) -- $(PS_LOG_COMPILE) \
@am__EXEEXT_TRUE@ "$$tst" $(AM_TESTS_FD_REDIRECT)
+distdir: $(BUILT_SOURCES)
+ $(MAKE) $(AM_MAKEFLAGS) distdir-am
-distdir: $(DISTFILES)
+distdir-am: $(DISTFILES)
@srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
list='$(DISTFILES)'; \
diff --git a/support/extractpdfmark/test/binary.pdf b/support/extractpdfmark/test/binary.pdf
index 902214f0a4..3d221ced8f 100644
--- a/support/extractpdfmark/test/binary.pdf
+++ b/support/extractpdfmark/test/binary.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/destonly.pdf b/support/extractpdfmark/test/destonly.pdf
index 402d05d2bc..d8486d9034 100644
--- a/support/extractpdfmark/test/destonly.pdf
+++ b/support/extractpdfmark/test/destonly.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/desttype.pdf b/support/extractpdfmark/test/desttype.pdf
index 43e1c040ff..29afff8156 100644
--- a/support/extractpdfmark/test/desttype.pdf
+++ b/support/extractpdfmark/test/desttype.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/namedict.pdf b/support/extractpdfmark/test/namedict.pdf
index ebe3f9761e..c3aa831c2c 100644
--- a/support/extractpdfmark/test/namedict.pdf
+++ b/support/extractpdfmark/test/namedict.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/nodest.pdf b/support/extractpdfmark/test/nodest.pdf
index 3e0225eea7..effb0d03ee 100644
--- a/support/extractpdfmark/test/nodest.pdf
+++ b/support/extractpdfmark/test/nodest.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/pagemode-fullscreen.pdf b/support/extractpdfmark/test/pagemode-fullscreen.pdf
index c5b58050cc..8b14394f9a 100644
--- a/support/extractpdfmark/test/pagemode-fullscreen.pdf
+++ b/support/extractpdfmark/test/pagemode-fullscreen.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/pagemode-thumbs.pdf b/support/extractpdfmark/test/pagemode-thumbs.pdf
index c9faa09193..55fa4b2307 100644
--- a/support/extractpdfmark/test/pagemode-thumbs.pdf
+++ b/support/extractpdfmark/test/pagemode-thumbs.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/pagemode-usenone.pdf b/support/extractpdfmark/test/pagemode-usenone.pdf
index b3b5a065d8..3d0c3154a6 100644
--- a/support/extractpdfmark/test/pagemode-usenone.pdf
+++ b/support/extractpdfmark/test/pagemode-usenone.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/pdfdocencoding.pdf b/support/extractpdfmark/test/pdfdocencoding.pdf
index bcb10b6b44..483962dcbe 100644
--- a/support/extractpdfmark/test/pdfdocencoding.pdf
+++ b/support/extractpdfmark/test/pdfdocencoding.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/special-chars.pdf b/support/extractpdfmark/test/special-chars.pdf
index 425bf6dc4e..77b6cff2a5 100644
--- a/support/extractpdfmark/test/special-chars.pdf
+++ b/support/extractpdfmark/test/special-chars.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/test-expected-pdfmark.sh b/support/extractpdfmark/test/test-expected-pdfmark.sh
index e1f4954207..46f69acd37 100755
--- a/support/extractpdfmark/test/test-expected-pdfmark.sh
+++ b/support/extractpdfmark/test/test-expected-pdfmark.sh
@@ -3,16 +3,11 @@
EXPECTEDPDFMARK=$1
BASENAME=`basename ${EXPECTEDPDFMARK} | sed -e "s/-expected\(-.\+\)\?\.pdfmark$//"`
OPTSUFFIX=`echo ${EXPECTEDPDFMARK} | sed -e "s/^\(.*-expected\)\(-.\+\)\?\.pdfmark$/\2/"`
+DIRNAME=`dirname ${EXPECTEDPDFMARK}`
-PDF="${BASENAME}.pdf"
+PDF="${DIRNAME}/${BASENAME}.pdf"
EXTRACTEDPDFMARK="${BASENAME}-expected${OPTSUFFIX}-test.pdfmark"
-if [ ! -e ${EXPECTEDPDFMARK} ]; then
- EXPEXTEDPDFMARK="${srcdir}/${BASENAME}-expected${OPTSUFFIX}.pdfmark"
-fi
-if [ ! -e ${PDF} ]; then
- PDF="${srcdir}/${BASENAME}.pdf"
-fi
if [ ! -s ${PDF} ]; then
# skip
exit 77
diff --git a/support/extractpdfmark/test/utf16.pdf b/support/extractpdfmark/test/utf16.pdf
index bc24836790..f606d8279e 100644
--- a/support/extractpdfmark/test/utf16.pdf
+++ b/support/extractpdfmark/test/utf16.pdf
Binary files differ
diff --git a/support/extractpdfmark/test/utf8.pdf b/support/extractpdfmark/test/utf8.pdf
index ee44028dba..15eaed8871 100644
--- a/support/extractpdfmark/test/utf8.pdf
+++ b/support/extractpdfmark/test/utf8.pdf
Binary files differ