summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/cabal09/all.T
blob: 12b048bcfd77ee8cbee00e6f57d625387fc98a0c (plain)
1
2
3
4
5
6
7
8
9
10
if config.cleanup:
   cleanup = 'CLEANUP=1'
else:
   cleanup = 'CLEANUP=0'

test('cabal09',
     [extra_files(['Main.hs', 'Setup.hs', 'reexport.cabal']),
     js_broken(22351)],
     run_command,
     ['$MAKE -s --no-print-directory cabal09 ' + cleanup])