aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py2
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)