aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-07 20:56:26 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-10-07 20:56:26 -0700
commit592b631c192602869696f072878866d8f89a2316 (patch)
treea2b99099f53daf7c65ed5e99ab650518b7ae2595 /tests/runner.py
parent69ae3975ffde37d00dc84b2b446ab03dcef2f1e7 (diff)
header fixes; fixes poppler
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/runner.py b/tests/runner.py
index 6566d408..dfcd7800 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -3265,7 +3265,11 @@ if 'benchmark' not in str(sys.argv):
'psobjs.c:195', 'pshglob.c:165', 'ttload.c:694', 'ttmtx.c:195', 'sfobjs.c:957',
'sfobjs.c:958', 'ftstream.c:369', 'ftstream.c:372', 'ttobjs.c:1007'] # And many more...
- global COMPILER_TEST_OPTS; COMPILER_TEST_OPTS += ['-I' + path_from_root('tests', 'libcxx', 'include')] # Avoid libstdc++ linking issue, see libcxx test
+ global COMPILER_TEST_OPTS; COMPILER_TEST_OPTS += [
+ '-I' + path_from_root('tests', 'libcxx', 'include'), # Avoid libstdc++ linking issue, see libcxx test
+ '-I' + path_from_root('tests', 'freetype', 'include'),
+ '-I' + path_from_root('tests', 'poppler', 'include'),
+ ]
global INVOKE_RUN; INVOKE_RUN = 0 # We append code that does run() ourselves