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