nasm/travis/test/local.json
Cyrill Gorcunov 59cde89ba9 test: nasm-t -- Add local test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-11-11 21:43:45 +03:00

12 lines
159 B
JSON

[
{
"description": "Test local directive",
"id": "local",
"format": "bin",
"source": "local.asm",
"target": [
{ "output": "local.bin" }
]
}
]