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 d0360e00..77b648ec 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7741,6 +7741,9 @@ elif 'browser' in str(sys.argv): def test_cubegeom_texturematrix(self): self.btest('cubegeom_texturematrix.c', expected='1297500583') + def test_cubegeom_fog(self): + self.btest('cubegeom_fog.c', expected='1617140399') + def test_cube_explosion(self): self.btest('cube_explosion.c', expected='667220544') |