diff options
author | Simon Marlow <marlowsd@gmail.com> | 2016-11-15 16:49:33 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2016-11-16 14:31:01 +0000 |
commit | fa70b1ec2e4638886e610279857c1c7529d6a361 (patch) | |
tree | de1090bac747d7e7cc897f0ccf6421abd5c3b339 /testsuite/driver | |
parent | 0135188fecfc679a498093f8fc5f665d706fa4cb (diff) | |
download | haskell-fa70b1ec2e4638886e610279857c1c7529d6a361.tar.gz |
Fix -fobject-code with -fexternal-interpreter
If the user does :cd in GHCi with -fexternal-interpreter, then we can
fail to find the object files.
Diffstat (limited to 'testsuite/driver')
-rw-r--r-- | testsuite/driver/extra_files.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/driver/extra_files.py b/testsuite/driver/extra_files.py index eb0aa27ca2..3b9293585d 100644 --- a/testsuite/driver/extra_files.py +++ b/testsuite/driver/extra_files.py @@ -290,6 +290,7 @@ extra_src_files = { 'ghci026': ['../prog002'], 'ghci038': ['../shell.hs'], 'ghci058': ['../shell.hs'], + 'ghci062': ['ghci062/', 'ghci062/Test.hs'], 'ghcilink001': ['TestLink.hs', 'f.c'], 'ghcilink002': ['TestLink.hs', 'f.c'], 'ghcilink004': ['TestLink.hs', 'f.c'], |