diff options
Diffstat (limited to 'testsuite/tests/rename/should_compile/all.T')
-rw-r--r-- | testsuite/tests/rename/should_compile/all.T | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/testsuite/tests/rename/should_compile/all.T b/testsuite/tests/rename/should_compile/all.T index d2c1aaaa80..f6b71fda3b 100644 --- a/testsuite/tests/rename/should_compile/all.T +++ b/testsuite/tests/rename/should_compile/all.T @@ -3,13 +3,13 @@ test('rn003', normal, compile, ['']) test('rn005', normal, compile, ['']) test('rn006', normal, compile, ['']) -test('rn009', [], multimod_compile, ['rn009', '-v0']) +test('rn009', [extra_files(['Imp10Aux.hs', 'Imp10Aux.hs-boot'])], multimod_compile, ['rn009', '-v0']) # rn10 tests the same things as 009,011,012 #test('rn010', normal, multimod_compile, ['rn010', '-v0']) -test('rn011', [], multimod_compile, ['rn011', '-v0']) -test('rn012', [], multimod_compile, ['rn012', '-v0']) +test('rn011', [extra_files(['Imp100Aux.hs', 'Imp100Aux.hs-boot'])], multimod_compile, ['rn011', '-v0']) +test('rn012', [extra_files(['Imp500Aux.hs', 'Imp500Aux.hs-boot'])], multimod_compile, ['rn012', '-v0']) test('rn013', normal, compile, ['']) -test('rn017', [], multimod_compile, ['rn017', '-v0']) +test('rn017', [extra_files(['RnAux017.hs', 'RnAux017.hs-boot'])], multimod_compile, ['rn017', '-v0']) test('rn019', normal, compile, ['']) test('rn020', normal, compile, ['']) test('rn022', normal, compile, ['']) @@ -34,39 +34,39 @@ test('rn037', normal, compile, ['']) test('rn039', normal, compile, ['']) test('rn040', normal, compile, ['-fwarn-unused-binds -fwarn-unused-matches']) test('rn041', expect_broken_for(10181, ['optasm', 'optllvm']), compile, ['']) -test('rn042', [], multimod_compile, ['rn042', '-v0']) -test('rn043', [], multimod_compile, ['rn043', '-v0']) -test('rn044', [], multimod_compile, ['rn044', '-v0']) +test('rn042', [extra_files(['Rn042_A.hs'])], multimod_compile, ['rn042', '-v0']) +test('rn043', [extra_files(['Rn043_A.hs', 'Rn043_B.hs'])], multimod_compile, ['rn043', '-v0']) +test('rn044', [extra_files(['Rn044_A.hs', 'Rn044_B.hs'])], multimod_compile, ['rn044', '-v0']) test('rn045', normal, compile, ['']) test('rn046', normal, compile, ['-W']) test('rn047', normal, compile, ['-W']) test('rn048', normal, compile, ['-W']) test('rn049', normal, compile, ['-W']) -test('rn050', [], multimod_compile, ['rn050', '-v0']) +test('rn050', [extra_files(['Rn050_A.hs'])], multimod_compile, ['rn050', '-v0']) test('rn051', normal, compile, ['']) -test('rn052', [], multimod_compile, ['rn052', '-v0']) +test('rn052', [extra_files(['Rn052Aux.hs'])], multimod_compile, ['rn052', '-v0']) -test('rn053', [], multimod_compile, ['rn053', '-v0']) +test('rn053', [extra_files(['Rn053_A.hs', 'Rn053_B.hs'])], multimod_compile, ['rn053', '-v0']) test('rn054', normal, compile, ['']) test('rn055', normal, compile, ['']) test('rn056', normal, compile, ['']) test('rn057', normal, compile, ['']) test('rn058', normal, compile, ['']) -test('rn059', [], multimod_compile, ['rn059', '-v0']) +test('rn059', [extra_files(['Rn059_A.hs', 'Rn059_B.hs'])], multimod_compile, ['rn059', '-v0']) test('rn060', normal, compile, ['']) test('rn061', normal, compile, ['']) test('rn062', normal, compile, ['']) test('rn063', normal, compile, ['']) test('rn064', normal, compile, ['']) -test('rn065', [], multimod_compile, ['rn065', '-v0']) +test('rn065', [extra_files(['Rn065A.hs'])], multimod_compile, ['rn065', '-v0']) -test('rn066', [], multimod_compile, ['rn066', '-v0']) +test('rn066', [extra_files(['Rn066_A.hs'])], multimod_compile, ['rn066', '-v0']) -test('rn067', [], multimod_compile, ['rn067', '-v0']) +test('rn067', [extra_files(['Rn067_A.hs'])], multimod_compile, ['rn067', '-v0']) test('rn068', normal, compile, ['']) @@ -128,7 +128,7 @@ test('T7085', normal, compile, ['']) test('T7145a', normal, compile, ['-Wall -Werror']) test('T7145b', normal, compile, ['-Wall']) test('T6038', normal, compile, ['']) -test('dodgy', [], multimod_compile, ['dodgy', '-v0']) +test('dodgy', [extra_files(['DodgyA.hs'])], multimod_compile, ['dodgy', '-v0']) test('T7167', normal, compile, ['']) test('T7336', expect_broken(7336), compile, ['-Wall']) |