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

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