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

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