diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-05-15 17:04:07 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-05-15 17:04:07 -0700 |
commit | aec9ccfeac86729ec0306934d40df32503fd6354 (patch) | |
tree | d44a577f71371601cb35a2c6e552f6c954869ee5 /tests/runner.py | |
parent | dec9d8fbc45d5ce8b36a632c03fdbca1c2139f3b (diff) |
browser gc test
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 969f0fdf..2b6e93da 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -7431,6 +7431,9 @@ elif 'browser' in str(sys.argv): def test_emscripten_api(self): self.btest('emscripten_api_browser.cpp', '1') + def test_gc(self): + self.btest('browser_gc.cpp', '1') + def test_sdlglshader(self): self.btest('sdlglshader.c', reference='sdlglshader.png', args=['--closure', '1']) |