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.40 by greg, Tue Mar 12 15:49:18 2024 UTC vs.
Revision 1.41 by greg, Mon Dec 9 00:44:29 2024 UTC

# Line 27 | Line 27 | test-dielectric-def test-dielectric-fish test-trans-de
27   test-glass-def test-glass-fish test-glass-up \
28   test-trans-fish test-patterns-def test-patterns-plan \
29   test-rtrace test-mirror-fish test-obj2mesh \
30 < test-prism1-fish test-prism2-fish test-spectra-fish
30 > test-prism1-fish test-prism2-fish test-spectra-fish test-wgmdf-def
31  
32   clean:
33          rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf \
# Line 40 | Line 40 | batch1:        test-mixtex-def test-mixtex-fish test-mixtex-p
40   test-xform test-oconv test-rad test-obj2mesh
41  
42   batch2: test-rfluxmtx test-mist-def test-glass-def test-glass-fish test-glass-up \
43 < test-spectra-fish
43 > test-spectra-fish test-wgmdf-def
44  
45   batch3: test-inst-def test-inst-fish test-trans2-def test-trans2-fish test-trans2-win \
46   test-dielectric-def test-dielectric-fish
# Line 528 | Line 528 | spectra_fish.hdr:      spectra.oct
528          rad -v fish spectra.rif
529  
530   ### End spectra-fish tests
531 +
532 + ### Octree for wgmdf
533 +
534 + wgmdf.oct:      wgmdf.rif
535 +        rad -v 0 wgmdf.rif
536 +
537 + ### Reference and test for wgmdf def ###
538 +
539 + test-wgmdf-def: wgmdf_def.hdr
540 +        $(RDU_PFILT) wgmdf_def.hdr | $(IMG_CMP) ref/wgmdf_def.hdr -
541 +
542 + ref/wgmdf_def.hdr:      wgmdf_def.hdr
543 +        $(RDU_PFILT) wgmdf_def.hdr > ref/wgmdf_def.hdr
544 +
545 + wgmdf_def.hdr:  wgmdf.oct
546 +        rad -v def wgmdf.rif
547 +
548 + ### End of wgmdf-def tests

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines