• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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#
8BEGIN { $| = 1; $test=1; print "1..1\n"; }
9END {print "not ok $test\n" unless $loaded;}
10use Image::Magick;
11$loaded=1;
12
13require 't/subroutines.pl';
14
15chdir 't/rad' || die 'Cd failed';
16
17testRead( 'RAD:input.rad',
18  '5927b5f4dcf084e5f5fd841df8e4dfb40e4fe637419d022fc6a0b52f02600881');
19