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.34 by greg, Fri Feb 19 06:01:46 2021 UTC vs.
Revision 1.36 by greg, Fri Nov 17 21:22:27 2023 UTC

# Line 18 | Line 18 | IMG_CMP = radcompare -rel 0.007 -rms 0.1 -max 1.5
18  
19   # Default target is to test everything
20   all:    test-xform test-oconv test-rad test-rfluxmtx test-rpiece \
21 < test-rpict test-mkpmap test-prism1-fish test-prism2-fish \
21 > test-rpict test-mkpmap \
22 > test-trans2-def test-trans2-fish test-trans2-win \
23   test-mixtex-def test-mixtex-fish test-mixtex-plan test-mixtex-rplan \
23 test-trans2-def test-trans2-fish test-trans2-win test-dielectric-def \
24 test-dielectric-fish test-glass-def test-glass-fish test-glass-up \
24   test-tfunc-def test-tfunc-fish test-inst-def test-inst-fish \
25 < test-mesh-def test-mesh-cyl test-mesh-cyl2 test-mirror-fish test-mist-def \
26 < test-trans-def test-trans-fish test-patterns-def test-patterns-plan \
27 < test-rtrace test-obj2mesh
25 > test-mesh-def test-mesh-cyl test-mesh-cyl2 test-mist-def \
26 > test-dielectric-def test-dielectric-fish test-trans-def \
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
31  
32   clean:
33          rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf \
# Line 534 | Line 536 | mixtex_rplan.hdr:      mixtex.oct
536          rad -v rplan  mixtex.rif
537  
538   ### End  mixtex-rplan tests
539 +
540 + ### Reference and test for spectra fish ###
541 +
542 + test-spectra-fish:      ref/spectra_fish.hdr spectra_fish.hdr
543 +        $(RDU_PFILT) spectra_fish.hdr | $(IMG_CMP) ref/spectra_fish.hdr -
544 +
545 + ref/spectra_fish.hdr:
546 +        make spectra_fish.hdr
547 +        $(RDU_PFILT) spectra_fish.hdr > ref/spectra_fish.hdr
548 +
549 + spectra_fish.hdr:       spectra.oct
550 +        rad -v fish spectra.rif
551 +
552 + ### End spectra-fish tests

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines