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.18 by greg, Tue Jan 8 00:21:52 2019 UTC vs.
Revision 1.21 by greg, Mon Jun 29 23:41:32 2020 UTC

# Line 29 | Line 29 | clean:
29  
30   ### Test Aliases ###
31  
32 < test-rpict:     test-mirror-def
32 > test-rpict:     test-mirror-fish
33  
34   test-rpiece test-mkpmap:        test-mixtex-def
35  
36   ### Special test of xform ###
37  
38 < test-xform:     combined_scene.rad
39 <        xform -f combined_scene.rad | grep -v '^[       ]*#' > combined.rad
38 > test-xform:     combined.rad
39          radcompare -max 0.04 ref/combined.rad combined.rad
40  
41 + combined.rad:   combined_scene.rad
42 +        xform -f combined_scene.rad | grep -v '^[       ]*#' > combined.rad
43 +
44   ### Special test of rad ###
45  
46   test-rad:       inst.rif
# Line 65 | Line 67 | rtmirror_fish.hdr:     mirror.oct
67   ### Special test for rfluxmtx (and rcontrib) ###
68  
69   test-rfluxmtx:  ref/rfmirror.mtx rfmirror.mtx
70 <        radcompare -max .4 -rms .05 ref/rfmirror.mtx rfmirror.mtx
70 >        radcompare -max .4 -rms .05 -rel 1e-4 ref/rfmirror.mtx rfmirror.mtx
71  
72   rfmirror.mtx:   mirror.rad dummysky.rad basic.mat diorama_walls.rad \
73   closed_end.rad front_cap.rad glass_pane.rad antimatter_portal.rad

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines