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

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