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

test('cabal10',
     extra_files(['Use.hs', 'Setup.hs', 'src/', 'internal-lib.cabal']),
     run_command,
     ['$MAKE -s --no-print-directory cabal10 ' + cleanup])