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

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