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

test('cabal09',
     normal,
     run_command,
     ['$MAKE -s --no-print-directory cabal09 ' + cleanup])