summaryrefslogtreecommitdiff
path: root/testsuite/tests/corelint/all.T
blob: 4271974c83fd5b031df2cff25774f834849e4401 (plain)
1
2
3
4
5
6
7
8
9
10
11
12

test('T21115', normal, compile_fail, [''])
test('T21115b', req_th, compile_fail, ['-dsuppress-uniques -dsuppress-all'])
test('T21152', normal, compile, ['-g3'])

## Tests which use the GHC API.
setTestOpts(extra_hc_opts('-package ghc'))
setTestOpts(extra_run_opts('"' + config.libdir + '"'))

test('LintEtaExpand', normal, compile_and_run, [''])
## These tests use the GHC API.
## Test cases which don't use the GHC API should be added nearer the top.