--- ray/test/px/Makefile 2020/07/01 18:18:03 1.4 +++ ray/test/px/Makefile 2020/08/18 19:33:58 1.8 @@ -1,4 +1,4 @@ -# RCSid $Id: Makefile,v 1.4 2020/07/01 18:18:03 greg Exp $ +# RCSid $Id: Makefile,v 1.8 2020/08/18 19:33:58 greg Exp $ # # Unit tests for tools built in src/px # @@ -7,7 +7,7 @@ HDR_CMP = radcompare -rms 0.07 -rel 1e-6 -max 0.2 IMG_CMP = radcompare -h -rms 0.03 -rel 0.007 -max 0.2 -all: test-pfilt test-pvalue test-ra_tiff test-normtiff test-pcompos \ +all: test-pfilt test-pvalue test-ra_tiff test-pcompos \ test-protate test-pflip test-ra_bmp test-ra_xyze test-pcond test-ra_t16 \ test-ra_rgbe test-ra_ppm test-pextrem test-pcomb test-pinterp test-psign \ test-falsecolor test-ra_ps @@ -60,7 +60,7 @@ test-psign: $(HDR_CMP) ref/psign.hdr psign.hdr rm -f psign.hdr -test-falsecolor: +test-falsecolor: test.hdr falsecolor -s 2e5 -log 5 -i test.hdr > false.hdr $(HDR_CMP) ref/false.hdr false.hdr rm -f false.hdr @@ -100,5 +100,5 @@ test24.hdr: test.hdr pvalue -g 2.2 -db test.hdr | pvalue -r -g 2.2 -db > test24.hdr test.hdr: ../renders/sunset.hdr - pfilt -x /2.5 -y /2.5 -r .6 ../renders/sunset.hdr \ + pfilt -x 544 -y 544 -r .6 ../renders/sunset.hdr \ | ra_xyze -r > test.hdr