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