summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/barton-mangler-bug/test.T
blob: dcccf8e7586000e2257c354f922013f8b1611036 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
test('barton-mangler-bug',
     [extra_files(['Basic.hs', 'Expected.hs', 'Main.hs', 'Physical.hs', 'Plot.lhs', 'PlotExample.lhs', 'TypesettingTricks.hs']),
      when(fast(), skip),
      extra_clean(['Basic.hi',             'Basic.o',
                   'Expected.hi',          'Expected.o',
                   'Main.hi',              'Main.o',
                   'Physical.hi',          'Physical.o',
                   'Plot.hi',              'Plot.o',
                   'PlotExample.hi',       'PlotExample.o',
                   'TypesettingTricks.hi', 'TypesettingTricks.o']),
      omit_ways('debug') # Fails for debug way due to annotation linting timeout
      ],
     multimod_compile_and_run, ['Main', ''])