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

Comparing ray/test/run_tests.py (file contents):
Revision 1.5 by schorsch, Sat Apr 2 15:57:24 2016 UTC vs.
Revision 1.6 by schorsch, Mon Jan 8 13:38:37 2018 UTC

# Line 1 | Line 1
1   #!/usr/bin/env python
2 < # -*- coding: utf-8 -*-
2 > from __future__ import division, print_function, unicode_literals
3 >
4   ''' run_tests.py - Run Radiance test suite
5 < 2013 - 2016 Georg Mischler
5 > 2013 - 2018 Georg Mischler
6  
7   Invocation:
8    As script, call with -H for instructions.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines