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

Comparing ray/test/renders/Makefile (file contents):
Revision 1.9 by greg, Sat Dec 1 02:06:04 2018 UTC vs.
Revision 1.12 by greg, Fri Dec 7 17:44:58 2018 UTC

# Line 7 | Line 7
7   RDU_PFILT = pfilt -1 -r 1 -x 128 -y 128 -pa 1
8  
9   # Image comparison command
10 < IMG_CMP = radcompare -rms 0.08 -max 1.5
10 > IMG_CMP = radcompare -rms 0.07 -max 1.5
11  
12   # Default target is to test everything
13   all:    test-xform \
# Line 19 | Line 19 | test-mesh-def test-mesh-cyl test-mirror-fish test-mist
19   test-trans-def test-trans-fish test-patterns-def test-patterns-plan
20  
21   clean:
22 <        rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf combined.rad
22 >        rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf \
23 > *.[cg]pm combined.rad
24  
25   # Special test of xform
26  
27   test-xform:     combined_scene.rad
28          xform -f combined_scene.rad | grep -v '^[       ]*#' > combined.rad
29 <        radcompare ref/combined.rad combined.rad
29 >        radcompare -max 0.04 ref/combined.rad combined.rad
30  
31   ### Octree for dielectric ###
32  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines