3 use Test::More tests => 1;
5 require '../t/testtools.pl';
7 # checks that we load the ICO write handler automatically
8 my $img = test_oo_img();
9 ok(Imager->write_multi({ file => 'testout/icomult.ico' }, $img, $img),
10 "write_multi ico with autoload")
11 or print "# ",Imager->errstr,"\n";