--- ray/test/renders/Makefile 2018/12/01 05:40:35 1.10 +++ ray/test/renders/Makefile 2018/12/25 18:21:30 1.13 @@ -1,4 +1,4 @@ -# RCSid $Id: Makefile,v 1.10 2018/12/01 05:40:35 greg Exp $ +# RCSid $Id: Makefile,v 1.13 2018/12/25 18:21:30 greg Exp $ # # Render and primitive type testing # @@ -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 ###