diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-05-05 15:26:13 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-05-05 15:26:13 -0700 |
commit | 09d02eb1fae294ec8763320c3f40f8c00aca0c39 (patch) | |
tree | d17dd45b31d94805c09e387b8ad9f55a43cc7d27 /tests/runner.py | |
parent | 04b9ead6af75bdb4ede91dd7f7be6895df92371c (diff) |
color support in shaders and emulation
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 97ca87e8..8ce18a34 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7259,6 +7259,9 @@ elif 'browser' in str(sys.argv): def test_cubegeom(self): self.btest('cubegeom.c', expected='188641320') + def test_cubegeom_color(self): + self.btest('cubegeom_color.c', expected='588472350') + elif 'benchmark' in str(sys.argv): # Benchmarks. Run them with argument |benchmark|. To run a specific test, do # |benchmark.test_X|. |