Rodrigo Mesquita pushed to branch wip/ghc-external-custom-commands at Glasgow Haskell Compiler / GHC
Commits:
-
ee594de9
by Rodrigo Mesquita at 2026-03-20T14:05:30+00:00
1 changed file:
Changes:
| 1 | 1 | test('custom-external-interpreter-commands',
|
| 2 | 2 | [ extra_files(['Main.hs'])
|
| 3 | 3 | , windows_skip
|
| 4 | - , js_skip
|
|
| 5 | - , wasm_skip
|
|
| 4 | + , when(config.cross, skip)
|
|
| 6 | 5 | , req_process
|
| 7 | 6 | , req_interp
|
| 8 | 7 | , omit_ways(prof_ways)
|