summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/T20030/test1/all.T
blob: b1d4309065bfdb253df0d132cc819dbf3a94003c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test('T20030_test1',
     [ extra_files([ 'A.hs-boot' , 'A.hs' , 'B.hs' , 'C.hs-boot' , 'C.hs'
                   , 'D.hs' , 'E.hs-boot' , 'E.hs' , 'F.hs' , 'G.hs' , 'H.hs'
                   , 'I.hs', 'J.hs-boot', 'J.hs', 'K.hs' ])
     ],
     multimod_compile, ['I.hs K.hs', '-v1'])

test('T20030_test1j',
     [ extra_files([ 'A.hs-boot' , 'A.hs' , 'B.hs' , 'C.hs-boot' , 'C.hs'
                   , 'D.hs' , 'E.hs-boot' , 'E.hs' , 'F.hs' , 'G.hs' , 'H.hs'
                   , 'I.hs', 'J.hs-boot', 'J.hs', 'K.hs' ])
     , req_smp
     ],
     multimod_compile, ['I.hs K.hs', '-v1 -j'])