blob: e0b77f3cce6b5b831f6c4f53f03051bfdc04c9c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Test for the ELF parser: more than 0xff00 sections (use different ELF fields)
test('recomp015',
[extra_files(['Generate.hs']),
clean_cmd('$MAKE -s clean'),
# See ticket:11022#comment:7
unless(opsys('linux') or opsys('solaris2') or opsys('openbsd'), skip),
when(arch('arm'), skip),
when(arch('powerpc64') or arch('powerpc64le'), expect_broken(11323))],
run_command,
['$MAKE -s --no-print-directory recomp015'])
|