summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation/qq005/test.T
blob: 52671ef838c26f1d6b7a0ade9d2db537f1bd5582 (plain)
1
2
3
4
5
6
7
8
9
10
11
test('qq005',
     [skip_if_fast,
      reqlib('parsec'),
      only_compiler_types(['ghc']),
      # We'd need to jump through some hoops to run this test the
      # profiling ways, due to the TH use, so for now we just
      # omit the profiling ways
      omit_ways(['profasm','profthreaded']),
      extra_clean(['Expr.hi', 'Expr.o', 'Main.hi', 'Main.o'])],
	multimod_compile_and_run,
	['Main', ''])