diff options
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 92395e25..7bb2238e 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -11909,6 +11909,9 @@ elif 'browser' in str(sys.argv): def test_cubegeom(self): self.btest('cubegeom.c', args=['-O2', '-g'], expected=['188641320', '1522377227', '-1054007155', '-1111866053']) + def test_cubegeom_glew(self): + self.btest('cubegeom_glew.c', expected=['188641320', '1522377227', '-1054007155', '-1111866053']) + def test_cubegeom_color(self): self.btest('cubegeom_color.c', expected=['588472350', '-687660609', '-818120875']) |