summaryrefslogtreecommitdiff
path: root/testsuite/tests/programs/barton-mangler-bug/test.T
blob: 5a141fc65931bd4eafb78261a68ca94cc9c45e1e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
test('barton-mangler-bug',
     [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', ''])