aboutsummaryrefslogtreecommitdiff
path: root/tests/runner.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2011-10-28 15:39:38 -0700
committerAlon Zakai <alonzakai@gmail.com>2011-10-28 15:39:38 -0700
commitf9beb918f66161220cdb0cc1976744d01c4e846e (patch)
tree3bbaad68cf83bfb6e33df53c4b6699c20d1a9210 /tests/runner.py
parent1488cc47f25bd98ea897f56ac1cc096edf1d0da1 (diff)
fixes for busted openjpeg and poppler tests
Diffstat (limited to 'tests/runner.py')
-rw-r--r--tests/runner.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/runner.py b/tests/runner.py
index fe2f0f85..790171bb 100644
--- a/tests/runner.py
+++ b/tests/runner.py
@@ -3194,7 +3194,7 @@ if 'benchmark' not in str(sys.argv):
# Combine libraries
- combined = os.path.join(self.get_building_dir(), 'combined.bc')
+ combined = os.path.join(self.get_build_dir(), 'combined.bc')
Building.link([freetype, poppler], combined)
self.do_ll_run(combined,
@@ -3278,7 +3278,7 @@ if 'benchmark' not in str(sys.argv):
includes=[path_from_root('tests', 'openjpeg', 'libopenjpeg'),
path_from_root('tests', 'openjpeg', 'codec'),
path_from_root('tests', 'openjpeg', 'common'),
- os.path.join(self.get_building_dir(), 'openjpeg')],
+ os.path.join(self.get_build_dir(), 'openjpeg')],
force_c=True,
post_build=post,
output_nicerizer=image_compare)# build_ll_hook=self.do_autodebug)