[
	{
		"description": "Test mutlisecions (bin)",
		"id": "multisection",
		"format": "bin",
		"source": "multisection.asm",
		"option": "-Ox",
		"target": [
			{ "output": "multisection.bin" },
			{ "stderr": "multisection.stderr" }
		]
	},
	{
		"description": "Test mutlisecions (elf32)",
		"ref": "multisection",
		"format": "elf32",
		"target": [
			{ "output": "multisection-elf32.o" },
			{ "stderr": "multisection-elf32.stderr" }
		]
	},
	{
		"description": "Test mutlisecions (elf64)",
		"ref": "multisection",
		"format": "elf64",
		"target": [
			{ "output": "multisection-elf64.o" },
			{ "stderr": "multisection-elf64.stderr" }
		]
	}
]
