nasm/travis/test/inctest.json
Cyrill Gorcunov fcc85aeef7 test: nasm-t -- Extend inctest
To address https://bugzilla.nasm.us/show_bug.cgi?id=3392527

Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-12 23:28:18 +03:00

13 lines
211 B
JSON

[
{
"description": "Test include directive",
"id": "inctest",
"format": "bin",
"source": "inctest.asm",
"option": "-i./travis/test/ -p inc3.asm",
"target": [
{ "output": "inctest.com" }
]
}
]