ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/px/Makefile
(Generate patch)

Comparing ray/test/px/Makefile (file contents):
Revision 1.4 by greg, Wed Jul 1 18:18:03 2020 UTC vs.
Revision 1.6 by greg, Fri Jul 17 23:02:10 2020 UTC

# Line 7 | Line 7 | HDR_CMP = radcompare -rms 0.07 -rel 1e-6 -max 0.2
7  
8   IMG_CMP = radcompare -h -rms 0.03 -rel 0.007 -max 0.2
9  
10 < all:    test-pfilt test-pvalue test-ra_tiff test-normtiff test-pcompos \
10 > all:    test-pfilt test-pvalue test-ra_tiff test-pcompos \
11   test-protate test-pflip test-ra_bmp test-ra_xyze test-pcond test-ra_t16 \
12   test-ra_rgbe test-ra_ppm test-pextrem test-pcomb test-pinterp test-psign \
13   test-falsecolor test-ra_ps
# Line 60 | Line 60 | test-psign:
60          $(HDR_CMP) ref/psign.hdr psign.hdr
61          rm -f psign.hdr
62  
63 < test-falsecolor:
64 <        falsecolor -s 2e5 -log 5 -i test.hdr > false.hdr
63 > test-falsecolor:        test.hdr
64 >        perl ../../src/px/falsecolor.pl -s 2e5 -log 5 -i test.hdr > false.hdr
65          $(HDR_CMP) ref/false.hdr false.hdr
66          rm -f false.hdr
67  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines