--- ray/test/px/Makefile 2020/07/01 18:18:03 1.4 +++ ray/test/px/Makefile 2020/07/17 23:02:10 1.6 @@ -1,4 +1,4 @@ -# RCSid $Id: Makefile,v 1.4 2020/07/01 18:18:03 greg Exp $ +# RCSid $Id: Makefile,v 1.6 2020/07/17 23:02:10 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,8 +60,8 @@ test-psign: $(HDR_CMP) ref/psign.hdr psign.hdr rm -f psign.hdr -test-falsecolor: - falsecolor -s 2e5 -log 5 -i test.hdr > false.hdr +test-falsecolor: test.hdr + perl ../../src/px/falsecolor.pl -s 2e5 -log 5 -i test.hdr > false.hdr $(HDR_CMP) ref/false.hdr false.hdr rm -f false.hdr