ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/gen/Makefile
Revision: 1.2
Committed: Tue Jan 8 01:11:32 2019 UTC (5 years, 4 months ago) by greg
Branch: MAIN
Changes since 1.1: +2 -2 lines
Log Message:
Corrected time zone for gensky test

File Contents

# Content
1 # RCSid $Id: Makefile,v 1.1 2019/01/08 01:09:39 greg Exp $
2 #
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 gensky 11 15 14:21EST +s -g .25 -t 3.5 \
13 -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