summaryrefslogtreecommitdiff
path: root/testsuite/driver/testglobals.py
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-04-28 16:11:12 +0000
committerIan Lynagh <igloo@earth.li>2010-04-28 16:11:12 +0000
commitf1fb386d3faad59dcbdc087464dddc9fe3c03156 (patch)
tree840ebe31a9b7d23503d02ec0d652578d090624af /testsuite/driver/testglobals.py
parente40bba060fa4db40a8da1787998981f75e311339 (diff)
downloadhaskell-f1fb386d3faad59dcbdc087464dddc9fe3c03156.tar.gz
Fix the ffi002 test
Diffstat (limited to 'testsuite/driver/testglobals.py')
-rw-r--r--testsuite/driver/testglobals.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/driver/testglobals.py b/testsuite/driver/testglobals.py
index 14fc2b5120..afc4aa765a 100644
--- a/testsuite/driver/testglobals.py
+++ b/testsuite/driver/testglobals.py
@@ -211,6 +211,9 @@ class TestOptions:
# Prefix to put on the command before running it
self.cmd_prefix = ''
+ # Prefix to put on the command before compiling it
+ self.compile_cmd_prefix = ''
+
# Extra output normalisation
self.extra_normaliser = lambda x: x