--- ray/test/renders/Makefile 2018/12/01 05:40:35 1.10 +++ ray/test/renders/Makefile 2019/01/04 18:52:06 1.14 @@ -1,4 +1,4 @@ -# RCSid $Id: Makefile,v 1.10 2018/12/01 05:40:35 greg Exp $ +# RCSid $Id: Makefile,v 1.14 2019/01/04 18:52:06 greg Exp $ # # Render and primitive type testing # @@ -11,7 +11,7 @@ IMG_CMP = radcompare -rms 0.07 -max 1.5 # Default target is to test everything all: test-xform \ -test-mixtex-def test-mixtex-fish test-mixtex-plan tex-mixtex-rplan \ +test-mixtex-def test-mixtex-fish test-mixtex-plan test-mixtex-rplan \ test-trans2-def test-trans2-fish test-dielectric-def \ test-dielectric-fish test-glass-def test-glass-fish test-glass-up \ test-tfunc-def test-tfunc-fish test-inst-def test-inst-fish \ @@ -19,13 +19,14 @@ test-mesh-def test-mesh-cyl test-mirror-fish test-mist test-trans-def test-trans-fish test-patterns-def test-patterns-plan clean: - rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf combined.rad + rm -f *.oct *.amb *_ill.dat blinds_ill?.dat *_*.hdr *.unf \ +*.[cg]pm{,.leaf} combined.rad # Special test of xform test-xform: combined_scene.rad xform -f combined_scene.rad | grep -v '^[ ]*#' > combined.rad - radcompare ref/combined.rad combined.rad + radcompare -max 0.04 ref/combined.rad combined.rad ### Octree for dielectric ###