diff options
Diffstat (limited to 'testsuite/tests/quasiquotation/qq005/test.T')
-rw-r--r-- | testsuite/tests/quasiquotation/qq005/test.T | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuite/tests/quasiquotation/qq005/test.T b/testsuite/tests/quasiquotation/qq005/test.T new file mode 100644 index 0000000000..52671ef838 --- /dev/null +++ b/testsuite/tests/quasiquotation/qq005/test.T @@ -0,0 +1,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', '']) |