summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/scripts/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/scripts/Makefile')
-rw-r--r--testsuite/tests/ghci/scripts/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/Makefile b/testsuite/tests/ghci/scripts/Makefile
index 1fe702567f..73f62036d7 100644
--- a/testsuite/tests/ghci/scripts/Makefile
+++ b/testsuite/tests/ghci/scripts/Makefile
@@ -34,3 +34,8 @@ ghci037:
ghci056_setup:
'$(TEST_HC)' $(TEST_HC_OPTS) -c ghci056_c.c
+
+.PHONY: T6106_prep
+T6106_prep:
+ '$(TEST_HC)' $(TEST_HC_OPTS) -v0 --make T6106_preproc
+