aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2013-02-25 19:11:53 -0500
committerAlon Zakai <alonzakai@gmail.com>2013-02-25 19:11:53 -0500
commit9d4ef477a511ae4136c2d63e0150a4768cbd53ea (patch)
tree57281d3342fd36d5debf154b162e2c0a1a3e2c93 /tests/runner.py
parent023fc2e7efb2f0bcb58406ba56f90639debf8dba (diff)
fix more gl tests
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-xtests/runner.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index b5e205f8..96a2dabd 100755
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -10547,7 +10547,7 @@ elif 'browser' in str(sys.argv):
def test_glgears_deriv(self):
self.reftest(path_from_root('tests', 'gears.png'))
- Popen([PYTHON, EMCC, path_from_root('tests', 'hello_world_gles_deriv.c'), '-o', 'something.html',
+ Popen([PYTHON, EMCC, path_from_root('tests', 'hello_world_gles_deriv.c'), '-o', 'something.html', '-s', 'GL_TESTING=1',
'-DHAVE_BUILTIN_SINCOS', '--pre-js', 'reftest.js']).communicate()
self.run_browser('something.html', 'You should see animating gears.', '/report_result?0')
src = open('something.html').read()