gimp/plug-ins/perl/t/load.t
1999-05-12 01:44:10 +00:00

14 lines
104 B
Perl

$|=1;
print "1..2\n";
use Gimp qw(:consts);
print "ok 1\n";
print "ok 2\n" if SHARPEN_CONVOLVE;