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

test('T14304',
     [extra_files(['p', 'indef', 'th', 'Setup.hs']),
      unless(have_dynamic(), skip)],
     run_command,
     ['$MAKE -s --no-print-directory T14304 ' + cleanup])