blob: 7e8251a6576676c94da53649ecc471336acb7e72 (
plain)
1
2
3
4
5
6
|
test('qq007',
[extra_files(['QQ.hs', 'Test.hs']),
when(fast(), skip), pre_cmd('$MAKE -s --no-print-directory TH_QQ'),
omit_ways(prof_ways),
req_interp],
multimod_compile, ['Test', '-v0 ' + config.ghc_th_way_flags])
|