summaryrefslogtreecommitdiff
path: root/testsuite/tests/driver/multipleHomeUnits/mhu-closure/all.T
blob: 16fb06efa9adae0e44c26dbeabb593d957d5c4d1 (plain)
1
2
3
4
5
6
7
8
9
if config.cleanup:
   cleanup = 'CLEANUP=1'
else:
   cleanup = 'CLEANUP=0'

test('mhu-closure',
     extra_files(['p/', 'q/', 'r/', 'r1/', 'unitP', 'unitQ', 'unitR', 'unitR1', 'Setup.hs']),
     run_command,
     ['$MAKE -s --no-print-directory mhu-closure ' + cleanup])