| 1 |
greg |
1.2 |
# RCSid $Id: Makefile,v 1.1 2019/01/08 01:09:39 greg Exp $
|
| 2 |
greg |
1.1 |
#
|
| 3 |
|
|
# Unit tests for tools built in src/gen but not covered by test/renders
|
| 4 |
|
|
#
|
| 5 |
|
|
|
| 6 |
|
|
all: test-gensky test-gendaymtx
|
| 7 |
|
|
|
| 8 |
|
|
clean:
|
| 9 |
|
|
rm -f NYC11-15-14-21.rad test.smx
|
| 10 |
|
|
|
| 11 |
|
|
test-gensky:
|
| 12 |
greg |
1.2 |
gensky 11 15 14:21EST +s -g .25 -t 3.5 \
|
| 13 |
greg |
1.1 |
-a 40.7128 -o 74.006 > NYC11-15-14-21.rad
|
| 14 |
|
|
radcompare ref/NYC11-15-14-21.rad NYC11-15-14-21.rad
|
| 15 |
|
|
|
| 16 |
|
|
test-gendaymtx: test.wea
|
| 17 |
|
|
gendaymtx -r 90 -m 1 -g .3 .2 .1 -c .9 .9 1.2 test.wea > test.smx
|
| 18 |
|
|
radcompare ref/test.smx test.smx
|