[
	{
		"description": "Test rdpid",
		"id": "rdpid",
		"format": "bin",
		"source": "rdpid.asm",
		"option": "-Ox",
		"target": [
			{ "output": "rdpid.bin" }
		]
	},
	{
		"description": "Test rdpid (error)",
		"ref": "rdpid",
		"option": "-Ox -DERROR",
		"target": [
			{ "stderr": "rdpid.stderr" }
		],
		"error": "expected"
	}
]
