blob: 9a19b2f527f95b7c71c45caed048c99828092069 (
plain)
1
2
3
4
5
6
|
test('prog001',
[cmd_prefix('ghciWayFlags=' + config.ghci_way_flags),
when(arch('powerpc64') or arch('powerpc64le'),
expect_broken_for(11259, ['ghci-ext'])),
unless(opsys('mingw32'), extra_ways(['ghci-ext']))],
ghci_script, ['prog001.script'])
|