aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-06 11:45:13 -0800
committerAlon Zakai <alonzakai@gmail.com>2013-02-06 11:45:13 -0800
commit4fd6da423bf6eb8aff0b9709793b730b569f13e2 (patch)
tree0a07c7aef67e7d6ea425f215a4eb674f6ffbd592 /tests/runner.py
parent7c4144bf31b38db67f7e1c1d42e28ad324b28d2b (diff)
fix gluPerspective and add test
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 c4760b07..48af246e 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -10511,6 +10511,9 @@ elif 'browser' in str(sys.argv):
def test_subdata(self):
self.btest('gl_subdata.cpp', reference='float_tex.png')
+ def test_perspective(self):
+ self.btest('perspective.c', reference='perspective.png')
+
def test_runtimelink(self):
main, supp = self.setup_runtimelink_test()