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