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