blob: 022c04025c3bede4887b6f5023968af04e433b0d (
plain)
1
2
3
4
5
6
|
test('regalloc_unit_tests',
[ when(unregisterised(), skip), extra_files(['no_spills.cmm']),
when(not have_ncg(), skip),
[ignore_stderr, only_ways(['normal'])], extra_run_opts('"' + config.libdir + '"') ],
compile_and_run,
['-package ghc'])
|