]> granicus.if.org Git - imagemagick/blob - tests/drawtest.tap
C++ compliance
[imagemagick] / tests / drawtest.tap
1 #!/bin/sh
2 # Copyright (C) 1999-2019 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 https://imagemagick.org/script/license.php.
7 #
8 . ./common.shi
9 . ${srcdir}/tests/common.shi
10 echo "1..1"
11
12 ${DRAWTEST} drawtest_out.miff && echo "ok" || echo "not ok"
13 :