blob: 103ff833819609d9f0db4cc53fb6af2a8a3ab178 (
plain)
1
2
3
4
5
|
test('ghci.prog010',
[cmd_prefix('ghciWayFlags=' + config.ghci_way_flags),
extra_files(['../shell.hs', 'A.hs', 'B.hs']),
when(opsys('linux') and not ghc_dynamic(), expect_broken(20706))],
ghci_script, ['ghci.prog010.script'])
|