aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2012-05-09 11:17:21 -0700
committerAlon Zakai <alonzakai@gmail.com>2012-05-09 11:17:21 -0700
commit0518ee039d081168cf2da06f0d2f00862dac4359 (patch)
treec3f731eebfe3b1db07c3c1132b8c97433867fdde /tests/runner.py
parenta7590b8609cc0597305171ff2489eda8c893ffbd (diff)
fix bug with using color and normal even when not enabled, if they were enabled in the past
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py
index b8cbc588..ef779783 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -7278,6 +7278,9 @@ elif 'browser' in str(sys.argv):
def test_cubegeom_mt(self):
self.btest('cubegeom_mt.c', expected='-457159152') # multitexture
+ def test_cubegeom_color2(self):
+ self.btest('cubegeom_color2.c', expected='1121999515')
+
elif 'benchmark' in str(sys.argv):
# Benchmarks. Run them with argument |benchmark|. To run a specific test, do
# |benchmark.test_X|.