blob: c2330d272a68e9ab1f4f2cda0d37c125c7769c80 [file] [log] [blame]
cristy3ed852e2009-09-05 21:47:34 +00001#!/bin/sh
Cristy7ce65e72015-12-12 18:03:16 -05002# Copyright (C) 1999-2016 ImageMagick Studio LLC
cristy3ed852e2009-09-05 21:47:34 +00003#
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#
cristy3a350cf2012-12-29 22:54:19 +00008. ./common.shi
cristy04fb5db2012-08-21 15:58:33 +00009. ${srcdir}/tests/common.shi
cristyedc81de2012-08-21 11:45:44 +000010echo "1..1"
cristy3ed852e2009-09-05 21:47:34 +000011
cristy037f7302012-08-25 13:10:31 +000012${DRAWTEST} drawtest_out.miff && echo "ok" || echo "not ok"
cristyedc81de2012-08-21 11:45:44 +000013: