summaryrefslogtreecommitdiff
path: root/testsuite/tests/indexed-types/should_run/all.T
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/tests/indexed-types/should_run/all.T')
-rw-r--r--testsuite/tests/indexed-types/should_run/all.T8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/tests/indexed-types/should_run/all.T b/testsuite/tests/indexed-types/should_run/all.T
new file mode 100644
index 0000000000..454e702c0e
--- /dev/null
+++ b/testsuite/tests/indexed-types/should_run/all.T
@@ -0,0 +1,8 @@
+setTestOpts(only_compiler_types(['ghc']))
+setTestOpts(omit_ways(['hpc', 'ghci', 'threaded1', 'threaded2']))
+
+test('T2985', normal, compile_and_run, [''])
+test('T4235', normal, compile_and_run, [''])
+
+test('GMapAssoc', normal, compile_and_run, ['-package containers'])
+test('GMapTop', normal, compile_and_run, ['-package containers'])