nasm/travis/test/objexe.json
Cyrill Gorcunov 4bedceb83c travis: add objexe
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2020-10-11 13:00:57 +03:00

13 lines
188 B
JSON

[
{
"description": "Test obj executable builtin",
"id": "objexe",
"format": "obj",
"source": "objexe.asm",
"option": "-Ox",
"target": [
{ "output": "objexe.obj" }
]
}
]