cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 1 | #!/bin/sh |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 2 | # |
cristy | 7e41fe8 | 2010-12-04 23:12:08 +0000 | [diff] [blame] | 3 | # Copyright 1999-2011 ImageMagick Studio LLC, a non-profit organization |
cristy | 205e21f | 2009-09-28 19:01:46 +0000 | [diff] [blame] | 4 | # dedicated to making software imaging solutions freely available. |
| 5 | # |
| 6 | # You may not use this file except in compliance with the License. You may |
| 7 | # obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.imagemagick.org/script/license.php |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame] | 16 | # |
| 17 | # Test for 'validate' utility. |
| 18 | # |
| 19 | |
| 20 | set -e # Exit on any error |
| 21 | . ${srcdir}/tests/common.sh |
| 22 | |
| 23 | ${VALIDATE} -validate formats-in-memory |