Index: gm/tests/run.sh |
=================================================================== |
--- gm/tests/run.sh (revision 8662) |
+++ gm/tests/run.sh (working copy) |
@@ -151,6 +151,9 @@ |
# Compare generated image against an empty "expected image" dir. |
gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r $GM_INPUTS/images/empty-dir" "$GM_OUTPUTS/compared-against-empty-dir" |
+# Compare generated image against a nonexistent "expected image" dir. |
+gm_test "--verbose --hierarchy --match selftest1 $CONFIGS -r ../path/to/nowhere" "$GM_OUTPUTS/compared-against-nonexistent-dir" |
+ |
# 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" |