aboutsummaryrefslogtreecommitdiffstats
path: root/travis/test/obj.json
blob: 5cd4fe50af0b6dc0b158c9b5024a8a1314c359bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[
	{
		"description": "Test 16 bit obj format (-Ox)",
		"id": "obj",
		"format": "obj",
		"source": "obj.asm",
		"option": "-Ox",
		"target": [
			{ "output": "obj.o" },
			{ "stderr": "obj.stderr" }
		]
	},
	{
		"description": "Test obj format (-O0)",
		"ref": "obj",
		"option": "-O0",
		"update": false
	}
]