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.9 by greg, Wed Feb 16 17:57:05 2022 UTC vs.
Revision 1.10 by greg, Wed Feb 16 17:59:49 2022 UTC

# Line 16 | Line 16 | test-ra_gif
16   clean:
17          rm -f test.hdr test24.hdr test24.tif test32L.tif pcomb.hdr \
18   norm24.tif norm8.tif pcompos.hdr pcondh.hdr test_extrema.txt psign.hdr \
19 < pinterp.hdr false.hdr ra_psC.ps
19 > pinterp.hdr false.hdr ra_psC.ps test8.tga test8.gif
20  
21   test-pcond:     test.hdr
22          pcond -h test.hdr pcondh.hdr
# Line 90 | Line 90 | 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
93 >        ra_t8 test.hdr test8.tga
94          radcompare ref/test8.tga test8.tga
95          rm -f test8.tga
96  
# Line 103 | Line 103 | test-ra_ps:    test.hdr
103          rm -f ra_psC.ps
104  
105   test-ra_gif:    test.hdr
106 <        ra_gif -n 1 test.hdr > test8.gif
106 >        ra_gif -d -n 1 test.hdr > test8.gif
107          radcompare ref/test8.gif test8.gif
108          rm -f test8.gif
109  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines