summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-api/dynCompileExpr/all.T
blob: fd47e95a521c22b91c373f7257c44f55df23bdf6 (plain)
1
2
3
4
5
6
test('dynCompileExpr',
     [ extra_run_opts('"' + config.libdir + '"'),
       when(opsys('mingw32'), expect_broken_for(5987, ['dyn'])),
       unless(config.have_RTS_linker, skip),
       omit_ways(prof_ways) ], # cannot run interpreted code with -prof
     compile_and_run, ['-package ghc'])