aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-22 16:49:45 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-22 20:13:10 +0200
commit014d1ab2ed1d69c07deac482ab149815b10da1dd (patch)
tree0f8dc36ed66e4a2477670d9e517a98be2c295039
parentfabff0f3ec571b8dc423946e252c060e229c49d7 (diff)
downloadqpdf-014d1ab2ed1d69c07deac482ab149815b10da1dd.tar.zst
Reminder to use Windows paths for large file tests
-rw-r--r--README22
-rw-r--r--README.maintainer8
2 files changed, 16 insertions, 14 deletions
diff --git a/README b/README
index 026e11fa..5c15fa3d 100644
--- a/README
+++ b/README
@@ -175,17 +175,17 @@ enabled by passing --enable-test-compare-images to ./configure. This
was on by default in qpdf versions prior to 3.0, but is now off by
default. Large file tests can be enabled by passing
--with-large-file-test-path=path to ./configure or by setting the
-QPDF_LARGE_FILE_TEST_PATH environment variable. Run ./configure
---help for additional options. The test suite provides nearly full
-coverage even without these tests. Unless you are making deep changes
-to the library that would impact the contents of the generated PDF
-files or testing this on a new platform for the first time, there is
-no real reason to run these tests. If you're just running the test
-suite to make sure that qpdf works for your build, the default tests
-are adequate. The configure rules for these tests do nothing other
-than setting variables in autoconf.mk, so you can feel free to turn
-these on and off directly in autoconf.mk rather than rerunning
-configure.
+QPDF_LARGE_FILE_TEST_PATH environment variable. On Windows, this
+should be a Windows path. Run ./configure --help for additional
+options. The test suite provides nearly full coverage even without
+these tests. Unless you are making deep changes to the library that
+would impact the contents of the generated PDF files or testing this
+on a new platform for the first time, there is no real reason to run
+these tests. If you're just running the test suite to make sure that
+qpdf works for your build, the default tests are adequate. The
+configure rules for these tests do nothing other than setting
+variables in autoconf.mk, so you can feel free to turn these on and
+off directly in autoconf.mk rather than rerunning configure.
If you are packaging qpdf for a distribution and preparing a build
that is run by an autobuilder, you may want to add the
diff --git a/README.maintainer b/README.maintainer
index 5755656e..67228d12 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -8,9 +8,11 @@ Release Reminders
* When making a release, always remember to run large file tests and
image comparison tests (--enable-test-compare-images
- --with-large-file-test-path=/path). For a major release, consider
- running a spelling checker over the source code to catch errors in
- variable names, strings, and comments. Use ispell -p ispell-words.
+ --with-large-file-test-path=/path). For Windows, use a Windows
+ style path, not an MSYS path for large files. For a major release,
+ consider running a spelling checker over the source code to catch
+ errors in variable names, strings, and comments. Use ispell -p
+ ispell-words.
* Run tests with sanitize address enabled: