cristy | 3ed852e | 2009-09-05 21:47:34 +0000 | [diff] [blame^] | 1 | #!/usr/bin/perl |
2 | # | ||||
3 | # Test reading Radiance file format | ||||
4 | # | ||||
5 | # Whenever a new test is added/removed, be sure to update the | ||||
6 | # 1..n ouput. | ||||
7 | # | ||||
8 | BEGIN { $| = 1; $test=1; print "1..1\n"; } | ||||
9 | END {print "not ok $test\n" unless $loaded;} | ||||
10 | use Image::Magick; | ||||
11 | $loaded=1; | ||||
12 | |||||
13 | require 't/subroutines.pl'; | ||||
14 | |||||
15 | chdir 't/rad' || die 'Cd failed'; | ||||
16 | |||||
17 | testRead( 'RAD:input.rad', | ||||
18 | '5927b5f4dcf084e5f5fd841df8e4dfb40e4fe637419d022fc6a0b52f02600881'); |