root/ImageMagick/trunk/wand/drawtest.sh

Revision 1, 367 bytes (checked in by cristy, 3 months ago)


  • Property svn:executable set to *
Line 
1#!/bin/sh
2# Copyright (C) 1999-2009 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}/wand/common.sh
11
12${MEMCHECK} ./drawtest drawtest_out.miff
Note: See TracBrowser for help on using the browser.