summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/prog001/prog001.T
blob: f00b0b6a98651c74656d5dae55606073429c06e9 (plain)
1
2
3
4
5
6
7
8
test('prog001',
     [extra_files(['../shell.hs', 'A.hs', 'B.hs', 'C1.hs', 'D1.hs', 'D2.hs']),
      when(arch('arm'), fragile(17555)),
      cmd_prefix('ghciWayFlags=' + config.ghci_way_flags),
      req_interp,
      unless(opsys('mingw32') or not config.have_RTS_linker, extra_ways(['ghci-ext'])),
      when(opsys('linux') and not ghc_dynamic(), expect_broken(20706))],
     ghci_script, ['prog001.script'])