summaryrefslogtreecommitdiff
path: root/testsuite/tests/cabal/cabal03/all.T
blob: 01d3882a849072a2e43e554319a04dff5f889589 (plain)
1
2
3
4
5
6
7
8
9
if default_testopts.cleanup != '':
   cleanup = 'CLEANUP=1'
else:
   cleanup = ''

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