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