summaryrefslogtreecommitdiff
path: root/testsuite/tests/quasiquotation/qq008/test.T
blob: 02b88dbd0a0e869b19afe14b37680c123b634bf3 (plain)
1
2
3
4
5
6
7
8
9
10
test('qq008',
     [skip_if_fast,
      extra_clean(['QQ.hi', 'QQ.o', 'Test.hi', 'Test.o']),
      # 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']),
      only_compiler_types(['ghc'])],
     multimod_compile,
     ['Test', '-v0'])