summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap/tests/all.T
blob: 595bd000d4780ad18a034c4eb262d7760ad26092 (plain)
1
2
3
4
5
6
7
8
9
10
11
test('heap_all',
     [when(have_profiling(),
      extra_ways(['prof'])),
      # These ways produce slightly different heap representations.
      # Currently we don't test them.
      omit_ways(['ghci', 'hpc'])
     ],
     compile_and_run, [''])
test('closure_size',
     omit_ways(['ghci', 'hpc', 'prof']),
     compile_and_run, [''])