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.16 by greg, Sat Jan 5 00:34:21 2019 UTC vs.
Revision 1.21 by greg, Mon Jun 29 23:41:32 2020 UTC

# Line 3 | Line 3
3   # Render and primitive type testing
4   #
5  
6 < # Number of processes to use on tests that test multi-core
6 > # Number of processes to use on tests that run multi-core
7   NPROC = 2
8  
9   # Image reduction for comparisons
# Line 13 | Line 13 | RDU_PFILT = pfilt -1 -r 1 -x 128 -y 128 -pa 1
13   IMG_CMP = radcompare -rms 0.07 -max 1.5
14  
15   # Default target is to test everything
16 < all:    test-xform test-rfluxmtx \
16 > all:    test-xform test-oconv test-rad test-rfluxmtx test-rpiece \
17 > test-rpict test-mkpmap \
18   test-mixtex-def test-mixtex-fish test-mixtex-plan test-mixtex-rplan \
19   test-trans2-def test-trans2-fish test-dielectric-def \
20   test-dielectric-fish test-glass-def test-glass-fish test-glass-up \
# Line 24 | Line 25 | test-rtrace
25  
26   clean:
27          rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf \
28 < *.[cg]pm{,.leaf} combined.rad rfmirror.mtx
28 > *.[cg]pm{,.leaf} inst_rad.txt combined.rad rfmirror.mtx
29  
30 + ### Test Aliases ###
31 +
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
32 <        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
47 +        rad -n -s -e inst.rif > inst_rad.txt
48 +        radcompare ref/inst_rad.txt inst_rad.txt
49 +
50 + ### Special test of oconv ###
51 +
52 + test-oconv:     inst.oct
53 +        radcompare ref/inst.oct inst.oct
54 +
55   ### Special test of rtrace ###
56  
57   test-rtrace:    ref/mirror_fish.hdr  rtmirror_fish.hdr
# Line 47 | 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
# Line 234 | Line 254 | mirror_fish.hdr:       mirror.oct
254  
255   ### End  mirror-fish  tests
256  
237 ### Octree for    mist ###
238
239 mist.oct:       mist.rif
240        rad -v 0    mist.rif
241
257   ### Reference and test for    mist view   def ###
258  
259   test-mist-def:  ref/mist_def.hdr    mist_def.hdr
# Line 248 | Line 263 | ref/mist_def.hdr:
263          make    mist_def.hdr
264          $(RDU_PFILT)    mist_def.hdr > ref/mist_def.hdr
265  
266 < mist_def.hdr:   mist.oct
267 <        rad -v   def    mist.rif
266 > mist_def.hdr:   mist.rif
267 >        rad -N $(NPROC) mist.rif
268  
269   ### End    mist-def   tests
270  
# Line 440 | Line 455 | patterns_plan.hdr:     patterns.oct
455   ### Octree for  mixtex ###
456  
457   mixtex.oct:     mixtex.rif
458 <        rad -v 0  mixtex.rif
458 >        rad -v 0 -N $(NPROC) mixtex.rif
459  
460   ### Reference and test for  mixtex view   def ###
461  
# Line 452 | Line 467 | ref/mixtex_def.hdr:
467          $(RDU_PFILT)  mixtex_def.hdr > ref/mixtex_def.hdr
468  
469   mixtex_def.hdr: mixtex.oct
470 <        rad -v   def  mixtex.rif
470 >        rad -v def -N $(NPROC) mixtex.rif
471  
472   ### End  mixtex-def   tests
473  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines