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

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