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

test('T20509',
     [extra_files(['p', 'q', 'T20509.cabal', 'Setup.hs'])
     , run_timeout_multiplier(2)
     , js_broken(22356)
     ],
     run_command,
     ['$MAKE -s --no-print-directory T20509 ' + cleanup])