File: wandtests.tap

package info (click to toggle)
graphicsmagick 1.4%2Breally1.3.36%2Bhg16481-2%2Bdeb11u1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 42,320 kB
  • sloc: ansic: 241,776; cpp: 18,674; sh: 11,210; perl: 3,384; makefile: 2,419; tcl: 2,211; python: 1,292
file content (11 lines) | stat: -rwxr-xr-x 323 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
# Copyright (C) 2004-2013 GraphicsMagick Group
# Test wand interface
. ./common.shi
. ${srcdir}/wand/common.shi
test_plan_fn 2
rm -f drawtest_out.miff
test_command_fn 'wand vector drawing' ${MEMCHECK} ./drawtest drawtest_out.miff
rm -f wandtest_out.miff
test_command_fn 'wand api' -F TTF ${MEMCHECK} ./wandtest
: