[
	{
		"description": "Test __OUTPUT_FORMAT__ directive (bin)",
		"id": "nasmformat",
		"format": "bin",
		"source": "nasmformat.asm",
		"option": "-Ox",
		"target": [
			{ "output": "nasmformat.bin" }
		]
	},
	{
		"description": "Test __OUTPUT_FORMAT__ directive (elf32)",
		"ref": "nasmformat",
		"format": "elf32",
		"target": [
			{ "output": "nasmformat-elf32.o" }
		]
	},
	{
		"description": "Test __OUTPUT_FORMAT__ directive (elf64)",
		"ref": "nasmformat",
		"format": "elf64",
		"target": [
			{ "output": "nasmformat-elf64.o" }
		]
	},
	{
		"description": "Test __OUTPUT_FORMAT__ directive (macho32)",
		"ref": "nasmformat",
		"format": "macho32",
		"target": [
			{ "output": "nasmformat-macho32.o" }
		]
	},
	{
		"description": "Test __OUTPUT_FORMAT__ directive (macho64)",
		"ref": "nasmformat",
		"format": "macho64",
		"target": [
			{ "output": "nasmformat-macho64.o" }
		]
	}
]
