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

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