[
	{
		"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" }
		]
	}
]
