summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/hs-boot/all.T
blob: dba72877e91a883b24e9582468594d02316faf22 (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', 'Main.exe', 'Main.hi', 'Main.o']),
     multimod_compile,
     ['Main -v0', ''])