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.3 by greg, Wed Jul 1 18:04:19 2020 UTC vs.
Revision 1.4 by greg, Wed Jul 1 18:18:03 2020 UTC

# Line 10 | Line 10 | IMG_CMP = radcompare -h -rms 0.03 -rel 0.007 -max 0.2
10   all:    test-pfilt test-pvalue test-ra_tiff test-normtiff 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
13 > test-falsecolor test-ra_ps
14  
15   clean:
16          rm -f test.hdr test24.hdr test24.tif test32L.tif pcomb.hdr \
17   norm24.tif norm8.tif pcompos.hdr pcondh.hdr test_extrema.txt psign.hdr \
18 < pinterp.hdr false.hdr
18 > pinterp.hdr false.hdr ra_psC.ps
19  
20   test-pcond:     test.hdr
21          pcond -h test.hdr pcondh.hdr
# Line 90 | Line 90 | test-ra_t16:   test24.hdr
90  
91   test-ra_ppm:    test24.hdr
92          ra_ppm test24.hdr | ra_ppm -r | $(IMG_CMP) test24.hdr -
93 +
94 + test-ra_ps:     test.hdr
95 +        ra_ps -b -C test.hdr > ra_psC.ps
96 +        radcompare ref/ra_psC.ps ra_psC.ps
97 +        rm -f ra_psC.ps
98  
99   test24.hdr:     test.hdr
100          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