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.9 by greg, Tue Mar 15 00:25:50 2022 UTC vs.
Revision 1.11 by greg, Mon Mar 21 01:17:18 2022 UTC

# Line 61 | Line 61 | test-wrapBSDF: ttree.txt
61          rm -f testBSDF.xml
62  
63   test.mtx:       ../renders/ref/rfmirror.mtx
64 <        rcollate -t ../renders/ref/rfmirror.mtx > test.mtx
64 >        rcollate -c -t ../renders/ref/rfmirror.mtx > test.mtx
65  
66   ttree.txt:
67          cnt 256 | rcalc -e '$$1=floor(sin(PI/256*recno)*40)' \
# Line 82 | Line 82 | test-dctimestep:       test.mtx
82  
83   test-rcrop:     test.mtx
84          rcrop 15 31 75 19 test.mtx > cropped.mtx
85 <        radcompare -v ref/cropped.mtx cropped.mtx
85 >        radcompare ref/cropped.mtx cropped.mtx
86          rm -f cropped.mtx

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines