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.3 by greg, Sun Nov 18 16:37:32 2018 UTC vs.
Revision 1.6 by greg, Tue Nov 20 02:58:24 2018 UTC

# Line 10 | Line 10 | RDU_PFILT = pfilt -1 -r 1 -x 128 -y 128 -pa 1
10   IMG_CMP = radcompare -rms 0.08 -max 1.5
11  
12   # Default target is to test everything
13 < all:    test-dielectric-def test-dielectric-fish test-glass-def \
14 < test-glass-fish test-glass-up test-inst-def test-inst-fish \
13 > all:    test-xform test-trans2-def test-trans2-fish test-dielectric-def \
14 > test-dielectric-fish test-glass-def test-glass-fish test-glass-up \
15 > test-tfunc-def test-tfunc-fish test-inst-def test-inst-fish \
16   test-mesh-def test-mesh-cyl test-mirror-fish test-mist-def \
17 < test-tfunc-def test-tfunc-fish test-trans-def test-trans-fish \
17 < test-trans2-def test-trans2-fish
17 > test-trans-def test-trans-fish
18  
19   clean:
20 <        rm -f *.oct *.amb *.dat *_*.hdr *.unf combined.rad
20 >        rm -f *.oct *.amb *_ill.dat *_*.hdr *.unf combined.rad
21  
22   # Special test of xform
23  
24   test-xform:     combined_scene.rad
25 <        xform -f combined_scene.rad > combined.rad
25 >        xform -f combined_scene.rad | grep -v '^[       ]*#' > combined.rad
26          radcompare ref/combined.rad combined.rad
27  
28   ### Octree for dielectric ###

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines