summaryrefslogtreecommitdiff
path: root/testsuite/tests/annotations/should_compile/th/all.T
blob: 6975b8de010c378898a07c3d5f3aab1e84994144 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Annotations and Template Haskell, require runtime evaluation.  In
# order for this to work with profiling, we would have to build the
# program twice and use -osuf p_o (see the TH_spliceE5_prof test).  For
# now, just disable the profiling ways.

test('annth_make',
     [extra_files(['AnnHelper.hs', 'TestModule.hs', 'TestModuleTH.hs', 'annth.hs']),
      req_interp, omit_ways(prof_ways), unless(have_dynamic(), skip)],
     makefile_test, ['annth_make'])

test('annth_compunits',
     [extra_files(['AnnHelper.hs', 'TestModule.hs', 'TestModuleTH.hs', 'annth.hs']),
      req_interp, omit_ways(prof_ways), unless(have_dynamic(), skip)],
     makefile_test, ['annth_compunits'])