| 1 |
+ |
# RCSid $Id$ |
| 2 |
|
# |
| 3 |
|
# Unit tests for tools built in src/util but not covered by test/renders |
| 4 |
|
# |
| 5 |
|
|
| 6 |
< |
all: test-vwright test-getinfo test-rcollate test-rmtxop test-dctimestep |
| 6 |
> |
all: test-vwright test-getinfo test-rcollate test-rmtxop test-dctimestep \ |
| 7 |
> |
test-genskyvec |
| 8 |
|
|
| 9 |
|
clean: |
| 10 |
|
rm -f test.mtx |
| 29 |
|
|
| 30 |
|
test.mtx: ../renders/ref/rfmirror.mtx |
| 31 |
|
rcollate -t ../renders/ref/rfmirror.mtx > test.mtx |
| 32 |
+ |
|
| 33 |
+ |
test-genskyvec: test-dctimestep |
| 34 |
|
|
| 35 |
|
test-dctimestep: test.mtx |
| 36 |
|
gensky 3 21 10:15PST +s -g .3 -g 2.5 -a 36 -o 124 \ |