drawtest.tap revision 037f73046473faab58900a29d2804fdbdf323592
1#!/bin/sh
2# Copyright (C) 1999-2012 ImageMagick Studio LLC
3#
4# This program is covered by multiple licenses, which are described in
5# LICENSE. You should have received a copy of LICENSE with this
6# package; otherwise see http://www.imagemagick.org/script/license.php.
7#
8
9set -e # Exit on any error
10. ${srcdir}/tests/common.shi
11echo "1..1"
12
13${DRAWTEST} drawtest_out.miff && echo "ok" || echo "not ok"
14:
15