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.8 by greg, Tue Aug 18 19:33:58 2020 UTC vs.
Revision 1.9 by greg, Wed Feb 16 17:57:05 2022 UTC

# Line 8 | Line 8 | HDR_CMP = radcompare -rms 0.07 -rel 1e-6 -max 0.2
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-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
11 > test-protate test-pflip test-ra_bmp test-ra_xyze test-pcond \
12 > test-ra_t16 test-ra_t8 test-ra_rgbe test-ra_ppm test-pextrem \
13 > test-pcomb test-pinterp test-psign test-falsecolor test-ra_ps \
14 > test-ra_gif
15  
16   clean:
17          rm -f test.hdr test24.hdr test24.tif test32L.tif pcomb.hdr \
# Line 88 | Line 89 | test-ra_bmp:   test24.hdr
89   test-ra_t16:    test24.hdr
90          ra_t16 -3 test24.hdr | ra_t16 -r | $(IMG_CMP) test24.hdr -
91  
92 + test-ra_t8:     test.hdr
93 +        ra_t8 -d test.hdr test8.tga
94 +        radcompare ref/test8.tga test8.tga
95 +        rm -f test8.tga
96 +
97   test-ra_ppm:    test24.hdr
98          ra_ppm test24.hdr | ra_ppm -r | $(IMG_CMP) test24.hdr -
99  
# Line 95 | Line 101 | test-ra_ps:    test.hdr
101          ra_ps -b -C test.hdr > ra_psC.ps
102          radcompare ref/ra_psC.ps ra_psC.ps
103          rm -f ra_psC.ps
104 +
105 + test-ra_gif:    test.hdr
106 +        ra_gif -n 1 test.hdr > test8.gif
107 +        radcompare ref/test8.gif test8.gif
108 +        rm -f test8.gif
109  
110   test24.hdr:     test.hdr
111          pvalue -g 2.2 -db test.hdr | pvalue -r -g 2.2 -db > test24.hdr

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines