diff options
author | Alon Zakai <azakai@mozilla.com> | 2011-02-08 11:21:58 -0800 |
---|---|---|
committer | Alon Zakai <azakai@mozilla.com> | 2011-02-08 11:21:58 -0800 |
commit | 4af7d2dbc4a24d0a575582df683e77b38cf3bc68 (patch) | |
tree | 0c99fbdadef7d663b44d27d3787385efe406d231 /tests/runner.py | |
parent | 18fc0c3deea5f5f62a37f7554d68e5084d9c28e1 (diff) |
prep for freetype demo
Diffstat (limited to 'tests/runner.py')
-rw-r--r-- | tests/runner.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py index 866424d8..ed589ca8 100644 --- a/tests/runner.py +++ b/tests/runner.py @@ -1566,7 +1566,7 @@ if 'benchmark' not in sys.argv: # Main self.do_test(open(path_from_root('tests', 'freetype', 'main.c'), 'r').read(), open(path_from_root('tests', 'freetype', 'ref.txt'), 'r').read(), - ['font.ttf', 'test!'], + ['font.ttf', 'test!', '150', '120', '25'], libraries=[self.get_library('freetype', os.path.join('objs', '.libs', 'libfreetype.so'))], includes=[path_from_root('tests', 'freetype', 'include')], post_build=post) |