summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/programs/cvh_unboxing/test.T
blob: 4208a7f2af0cc0a875f1720a5cff2d91edbf10a4 (plain)
1
2
3
4
5
6
7
8
9
10
setTestOpts(only_compiler_types(['ghc']))

test('cvh_unboxing',
     [skip_if_fast,
      extra_clean(['Append.hi', 'Append.o',
                   'Main.hi',   'Main.o',
                   'Types.hi',  'Types.o'])],
     multimod_compile_and_run,
     ['Main', ''])