aboutsummaryrefslogtreecommitdiffstats
path: root/travis/test/imul.json
blob: b5b9d9e818df49ba42ae4cb52b80560160d3742f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
	{
		"description": "Test warnings on imul operation (nowarn)",
		"id": "imul",
		"format": "bin",
		"source": "imul.asm",
		"target": [
			{ "output": "imul-nowarn.bin" }
		]
	},
	{
		"description": "Test warnings on imul operation (warn)",
		"ref": "imul",
		"option": "-DWARN",
		"target": [
			{ "output": "imul-warn.bin" },
			{ "stderr": "imul-warn.stderr" }
		]
	}
]