--- ray/test/util/Makefile 2020/06/30 17:51:34 1.5 +++ ray/test/util/Makefile 2020/07/17 23:02:10 1.7 @@ -1,11 +1,11 @@ -# RCSid $Id: Makefile,v 1.5 2020/06/30 17:51:34 greg Exp $ +# RCSid $Id: Makefile,v 1.7 2020/07/17 23:02:10 greg Exp $ # # Unit tests for tools built in src/util but not covered by test/renders # all: test-vwright test-getinfo test-rcollate test-rmtxop test-dctimestep \ -test-genskyvec test-vwrays test-glarendx \ -test-rcode_norm test-rcode_depth test-rcode_ident +test-genskyvec test-vwrays test-glarendx test-rcode_norm test-rcode_depth \ +test-rcode_ident test-wrapBSDF test-rttree_reduce clean: rm -f test.mtx ttree.txt vwrays.txt @@ -75,7 +75,7 @@ test-genskyvec: test-dctimestep test-dctimestep: test.mtx gensky 3 21 10:15PST +s -g .3 -g 2.5 -a 36 -o 124 \ - | genskyvec -m 1 -c .92 1.03 1.2 \ + | perl ../../src/util/genskyvec.pl -m 1 -c .92 1.03 1.2 \ | dctimestep '!rmtxop -ff -t test.mtx' > dctimestep.mtx radcompare ref/dctimestep.mtx dctimestep.mtx rm -f dctimestep.mtx