summaryrefslogtreecommitdiff
path: root/travis/test/alonesym-obj.json
blob: cdb2ea21eae461f68cebdd6082f8740234085717 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[
	{
		"description": "Check global symbols in OBJ output (-Ox)",
		"id": "alonesym-obj",
		"format": "obj",
		"source": "alonesym-obj.asm",
		"option": "-Ox",
		"target": [
			{ "output": "alonesym-obj.obj" }
		]
	},
	{
		"description": "Check global symbols in OBJ output (-O0)",
		"ref": "alonesym-obj",
		"option": "-O0",
		"update": false
	}
]