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

test('T18567',
     [ extra_files(['Setup.hs', 'sublib/', 'sublib-unused', 'src/', 'internal-lib.cabal'])
     , js_broken(22356)
     ],
     run_command,
     ['$MAKE -s --no-print-directory T18567 ' + cleanup])