--- ray/test/cv/Makefile 2022/02/16 18:54:13 1.1 +++ ray/test/cv/Makefile 2022/03/03 00:12:23 1.2 @@ -1,11 +1,12 @@ -# RCSid $Id: Makefile,v 1.1 2022/02/16 18:54:13 greg Exp $ +# RCSid $Id: Makefile,v 1.2 2022/03/03 00:12:23 greg Exp $ # # Unit tests for tools built in src/cv # -all: test-checkBSDF test-obj2rad test-robjutil \ -test-mgf2rad test-rad2mgf +# Leaving off test-checkBSDF due to random sampling issues +all: test-obj2rad test-robjutil test-mgf2rad test-rad2mgf + clean: rm -f checkBSDFout.txt rounded_box_o2r.rad rounded_box_ru.rad \ sawtooth.mgf rounded_box.obj @@ -28,7 +29,7 @@ test-robjutil: rounded_box.obj rm -f rounded_box_ru.rad test-rad2mgf: sawtooth.mgf - radcompare -c# ref/sawtooth.mgf sawtooth.mgf + radcompare -n -c# ref/sawtooth.mgf sawtooth.mgf test-mgf2rad: sawtooth.mgf mgf2rad sawtooth.mgf > sawtooth_rec.rad