diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-06-14 17:49:43 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-06-14 17:49:43 -0700 |
commit | 76cdd45d6ade4bd8fbe5969e91923b0a3c2e3497 (patch) | |
tree | 48050d626ba09627e7ac191eca6aea6be22409b4 /tests/runner.py | |
parent | 4729a321a9be339e33318b0852b1bab7592b1e48 (diff) |
basic fog support
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') |