aboutsummaryrefslogtreecommitdiffstats
path: root/travis/test/elfso.json
blob: ff7ddde1ead15e3998fb9afaadeea8d500c1f70d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[
	{
		"description": "Test elf shared library (-Ox)",
		"id": "elfso",
		"format": "elf32",
		"source": "elfso.asm",
		"option": "-Ox",
		"target": [
			{ "output": "elfso-ox.o" },
			{ "stderr": "elfso-ox.stderr" }
		]
	},
	{
		"description": "Test elf shared library (-O0)",
		"ref": "elfso",
		"option": "-O0",
		"target": [
			{ "output": "elfso-o0.o" },
			{ "stderr": "elfso-o0.stderr" }
		]
	}
]