diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-03-31 11:54:19 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-03-31 11:54:19 -0700 |
commit | 7ffc6a36a2b3ecd04d83e1b5c07a4967e99fbd1b (patch) | |
tree | 179182c30f079e9787faefab79feaa0d8be0c531 /tests/runner.py | |
parent | 231b6192864214883bdd3e07ef18a9298110575b (diff) |
add additional testcase from issue 324
Diffstat (limited to 'tests/runner.py')
-rwxr-xr-x | tests/runner.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/runner.py b/tests/runner.py index 7028dd33..b6522aca 100755 --- a/tests/runner.py +++ b/tests/runner.py @@ -4754,6 +4754,12 @@ def process(filename): includes=[path_from_root('tests', 'freetype', 'include')], post_build=post) + print '[issue 324 case 3]' + self.do_run('', + open(path_from_root('tests', 'freetype', 'ref_4.txt'), 'r').read(), + ['font.ttf', 'ea', '40', '32', '0'], + no_build=True) + def test_sqlite(self): # gcc -O3 -I/home/alon/Dev/emscripten/tests/sqlite -ldl src.c if self.emcc_args is None: return self.skip('Very slow without ta2, and we would also need to include dlmalloc manually without emcc') |