ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/radiance/ray/test/util/Makefile
(Generate patch)

Comparing ray/test/util/Makefile (file contents):
Revision 1.1 by greg, Sat Jan 26 00:50:47 2019 UTC vs.
Revision 1.2 by greg, Sat Jan 26 00:55:50 2019 UTC

# Line 1 | Line 1
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
# Line 27 | Line 29 | test-rcollate: 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 \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines