diff options
author | alon@honor <none@none> | 2010-09-25 21:25:47 -0700 |
---|---|---|
committer | alon@honor <none@none> | 2010-09-25 21:25:47 -0700 |
commit | d4221c3e1a6606ad517eca4ba8bc500ed1c0b315 (patch) | |
tree | a1e4efe4053011b674d30adb1b1cf2d83435286a /tests/runner.py | |
parent | 736dac5109a9899a5a72f12f68d9544cb2b8781b (diff) |
add raytracing test
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index fe208c25..1e45e7c7 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -745,7 +745,7 @@ class T(unittest.TestCase): src = open(path_from_root(['tests', 'fannkuch.cpp']), 'r').read() self.do_test(src, 'Pfannkuchen(%d) = %d.' % (i,j), [str(i)], no_build=i>1) - def zzztest_raytrace(self): + def test_raytrace(self): src = open(path_from_root(['tests', 'raytrace.cpp']), 'r').read() output = open(path_from_root(['tests', 'raytrace.ppm']), 'r').read() self.do_test(src, output, ['1']) |