summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/T16525a/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/ghci/T16525a/all.T')
-rw-r--r--testsuite/tests/ghci/T16525a/all.T5
1 files changed, 5 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/T16525a/all.T b/testsuite/tests/ghci/T16525a/all.T
new file mode 100644
index 0000000000..6fbd3e8a4f
--- /dev/null
+++ b/testsuite/tests/ghci/T16525a/all.T
@@ -0,0 +1,5 @@
+test('T16525a',
+ [extra_files(['A.hs', 'B.hs', ]),
+ extra_run_opts('+RTS -DS -RTS'),
+ when(ghc_dynamic(), skip), ],
+ ghci_script, ['T16525a.script'])