gimp/plug-ins/perl/t/loadlib.t

15 lines
143 B
Perl
Raw Normal View History

1999-03-24 05:21:11 +08:00
$|=1;
print "1..1\n";
1998-11-16 08:59:40 +08:00
1999-03-24 05:21:11 +08:00
# trick Gimp into using the Gimp::Lib-interface.
BEGIN { @ARGV = '-gimp' }
1998-11-16 08:59:40 +08:00
use Gimp qw(:consts);
1999-03-24 05:21:11 +08:00
print "ok 1\n";
1998-11-16 08:59:40 +08:00