nasm/travis/test/weirdpaste.json

19 lines
359 B
JSON
Raw Normal View History

[
{
"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" }
]
}
]