diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-05-07 12:18:30 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-05-07 12:18:30 -0700 |
commit | be6481bc721a2554ff06a9fbd8bb14f1d63c1286 (patch) | |
tree | e623a1eb320b3558f87085715b3bf6addc21a1ac /tests/runner.py | |
parent | 0a0c590700e31156c52a5e10d28a0fd71b367124 (diff) |
support for gl_Normal
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 557d1b4d..04b7798b 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7263,6 +7263,9 @@ elif 'browser' in str(sys.argv): def test_cubegeom_color(self): self.btest('cubegeom_color.c', expected='588472350') + def test_cubegeom_normal(self): + self.btest('cubegeom_normal.c', expected='752917084') + elif 'benchmark' in str(sys.argv): # Benchmarks. Run them with argument |benchmark|. To run a specific test, do # |benchmark.test_X|. |