summaryrefslogtreecommitdiffstats
path: root/README.maintainer
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2012-07-22 02:35:00 +0200
committerJay Berkenbilt <ejb@ql.org>2012-07-22 02:35:00 +0200
commit31efe701aedaf2d67704f1b293dd919bd4cf5e3d (patch)
tree0bc262bd1627fc8f46b5f1a2799d11b885956b97 /README.maintainer
parent5a02471bb15299dec00c73f6a08a2b4e73061775 (diff)
downloadqpdf-31efe701aedaf2d67704f1b293dd919bd4cf5e3d.tar.zst
Image comparison tests are off by default
Diffstat (limited to 'README.maintainer')
-rw-r--r--README.maintainer9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.maintainer b/README.maintainer
index b27cabeb..9b89d88b 100644
--- a/README.maintainer
+++ b/README.maintainer
@@ -1,10 +1,11 @@
Release Reminders
=================
- * When making a release, always remember to run large file tests.
- For a major release, consider running a spelling checker over the
- source code to catch errors in variable names, strings, and
- comments.
+ * 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.
* Consider running tests with latest gcc and/or valgrind. To do
this, replace, build with debugging and without shared libraries.