blob: eb48087188d0f5a046322311511c888bc78a7652 (
plain)
1
2
3
4
5
6
7
8
9
|
# This test is for bug #906, a problem with the ordering of
# compilations involving .hs-boot files, fixed in 6.6.
test('hs-boot',
extra_clean(['A.hi', 'A.hi-boot', 'A.o', 'A.o-boot',
'B.hi', 'B.o', 'C.hi', 'C.o',
'Main.hi', 'Main.o']),
multimod_compile,
['Main -v0', ''])
|