nasm/travis/test/weirdpaste.json
Cyrill Gorcunov 2e1bf723a9 test: travis -- Add some of converted tests
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
2018-10-17 21:40:14 +03:00

19 lines
359 B
JSON

[
{
"description": "Check preprocessor paste operator (compile mode)",
"format": "bin",
"source": "weirdpaste.asm",
"target": [
{ "output": "weirdpaste.bin" }
]
},
{
"description": "Check preprocessor paste operator (preprocessor mode)",
"source": "weirdpaste.asm",
"option": "-E",
"target": [
{ "output": "weirdpaste.i" }
]
}
]