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

test('cabal08',
     extra_files(['Main.hs', 'Setup.hs', 'p1/', 'p2/']),
     run_command,
     ['$MAKE -s --no-print-directory cabal08 ' + cleanup])