4 |
|
# |
5 |
|
|
6 |
|
all: test-vwright test-getinfo test-rcollate test-rmtxop test-dctimestep \ |
7 |
< |
test-genskyvec test-vwrays test-glarendx \ |
8 |
< |
test-rcode_norm test-rcode_depth test-rcode_ident |
7 |
> |
test-genskyvec test-vwrays test-glarendx test-rcode_norm test-rcode_depth \ |
8 |
> |
test-rcode_ident test-wrapBSDF test-rttree_reduce |
9 |
|
|
10 |
|
clean: |
11 |
|
rm -f test.mtx ttree.txt vwrays.txt |
75 |
|
|
76 |
|
test-dctimestep: test.mtx |
77 |
|
gensky 3 21 10:15PST +s -g .3 -g 2.5 -a 36 -o 124 \ |
78 |
< |
| genskyvec -m 1 -c .92 1.03 1.2 \ |
78 |
> |
| perl ../../src/util/genskyvec.pl -m 1 -c .92 1.03 1.2 \ |
79 |
|
| dctimestep '!rmtxop -ff -t test.mtx' > dctimestep.mtx |
80 |
|
radcompare ref/dctimestep.mtx dctimestep.mtx |
81 |
|
rm -f dctimestep.mtx |