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

Comparing ray/test/SConscript (file contents):
Revision 1.3 by schorsch, Mon Mar 28 17:48:43 2016 UTC vs.
Revision 1.4 by schorsch, Mon Mar 28 17:56:34 2016 UTC

# Line 8 | Line 8 | import run_tests
8  
9   Import('env')
10  
11 < def run_tests(target=None,source=None,env=None):
11 > def do_run_tests(target=None,source=None,env=None):
12          bindir = Dir(env['RAD_BUILDBIN']).get_abspath()
13          radlib = Dir(env['RAD_BUILDRLIB']).get_abspath()
14          run_tests.RadianceTests(bindir=[bindir], radlib=[radlib], V=True)
15  
16 < env.Command(None,'run_tests.py',action=Action(run_tests))
16 > env.Command(None,'run_tests.py',action=Action(do_run_tests))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines