Index: gm/tests/run.sh |
=================================================================== |
--- gm/tests/run.sh (revision 9647) |
+++ gm/tests/run.sh (working copy) |
@@ -199,6 +199,9 @@ |
# Compare generated image against an empty "expected image" dir, but NOT in verbose mode. |
gm_test "--hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/images/empty-dir" "$GM_OUTPUTS/nonverbose" |
+# Add pdf to the list of configs. |
+gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/json/identical-bytes.json" "$GM_OUTPUTS/add-config-pdf" |
epoger
2013/06/18 04:22:35
Patchset 1 adds a new "add-config-pdf" self-test,
|
+ |
# If run without "-r", the JSON's "actual-results" section should contain |
# actual checksums marked as "failure-ignored", but the "expected-results" |
# section should be empty. |