ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/gen/Makefile
Revision: 1.1
Committed: Tue Jan 8 01:09:39 2019 UTC (5 years, 4 months ago) by greg
Branch: MAIN
Log Message:
Created gen directory and populated with unit tests for gensky and gendaymtx

File Contents

# Content
1 # RCSid $Id$
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:21EDT +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