summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-regress/th/TH_recompile/all.T
blob: ecdba11c0556d13ae3783b73b991d459e18b75a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
def f(opts):
  opts.extra_hc_opts = '-XTemplateHaskell -package template-haskell'
  if (ghc_with_interpreter == 0):
	opts.skip = 1

setTestOpts(f)
setTestOpts(only_compiler_types(['ghc']))
setTestOpts(only_ways(['normal']));
setTestOpts(if_compiler_profiled(skip))

test('TH_recompile',
     [expect_broken(481),
      clean_cmd('$MAKE -s clean')],
     run_command,
     ['$MAKE -s TH_recompile'])