diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-05-25 13:01:42 +0200 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-05-25 19:25:01 +0200 |
commit | bdc555885b8898684549eca70053c9ce0ec7fa39 (patch) | |
tree | 4a16851b6fd0e6132ac528778eeb80f2d13a9606 /testsuite/mk | |
parent | eec88ee07c28a18b1b5b4edfde8e898324264bce (diff) | |
download | haskell-bdc555885b8898684549eca70053c9ce0ec7fa39.tar.gz |
Testsuite: introduce TEST_HC_OPTS_INTERACTIVE (#11468)
Refactoring only.
Diffstat (limited to 'testsuite/mk')
-rw-r--r-- | testsuite/mk/test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/mk/test.mk b/testsuite/mk/test.mk index 66d611c7e9..4091b98ddd 100644 --- a/testsuite/mk/test.mk +++ b/testsuite/mk/test.mk @@ -36,6 +36,8 @@ endif # in nested Makefiles TEST_HC_OPTS = -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-$(GhcPackageDbFlag) -rtsopts $(EXTRA_HC_OPTS) +TEST_HC_OPTS_INTERACTIVE = $(TEST_HC_OPTS) --interactive -v0 -ignore-dot-ghci + # The warning suppression flag below is a temporary kludge. While working with # tests that contain tabs, please de-tab them so this flag can be eventually # removed. See |