diff options
Diffstat (limited to 'libraries/ghc-heap/tests/all.T')
-rw-r--r-- | libraries/ghc-heap/tests/all.T | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libraries/ghc-heap/tests/all.T b/libraries/ghc-heap/tests/all.T new file mode 100644 index 0000000000..a676b4971a --- /dev/null +++ b/libraries/ghc-heap/tests/all.T @@ -0,0 +1,8 @@ +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, ['']) |