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

test('cabal03',
     extra_files(['Setup.lhs', 'p/', 'q/', 'r/']),
     run_command,
     ['$MAKE -s --no-print-directory cabal03 ' + cleanup])