summaryrefslogtreecommitdiff
path: root/libraries/ghc-heap/tests/all.T
blob: 5db21b39db77c98e2806186cff5b7a9841c3d357 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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',
     [ when(have_profiling(), extra_ways(['prof'])),
      # These ways produce slightly different heap representations.
      # Currently we don't test them.
      omit_ways(['hpc'])
     ],
     compile_and_run, [''])