[
	{
		"description": "Test com generation (-Ox)",
		"id": "bintest",
		"format": "bin",
		"source": "bintest.asm",
		"option": "-Ox",
		"target": [
			{ "output": "bintest-ox.bin" }
		]
	},
	{
		"description": "Test com generation (-O0)",
		"ref": "bintest",
		"option": "-O0",
		"target": [
			{ "output": "bintest-o0.bin" }
		]
	}
]
