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

test('T20242',
     [extra_files(['Setup.hs', 'BootNoHeader.cabal','Foo.hs', 'Foo.hs-boot', 'Main.hs']), js_broken(22352)],
     run_command,
     ['$MAKE -s --no-print-directory T20242 ' + cleanup])