blob: 6b7ef6dcd74cc68e143202ddcf649ee531f9e4cf (
plain)
1
2
3
4
5
6
7
8
9
10
|
test('qq007',
[skip_if_fast,
extra_clean(['QQ.hi', 'QQ.o', 'Test.hi', 'Test.o']),
# We'd need to jump through some hoops to run this test the
# profiling ways, due to the TH use, so for now we just
# omit the profiling ways
omit_ways(['profasm','profthreaded']),
only_compiler_types(['ghc'])],
multimod_compile,
['Test', '-v0'])
|