0
0
forked from aniani/nasm
Files
nasm/travis/test/ilog.json
Cyrill Gorcunov 8ff5cecc29 travis: add ilog
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-15 22:01:21 +03:00

23 lines
375 B
JSON

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