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

13 lines
187 B
JSON

[
{
"description": "Check sha instructions in 32 bit mode",
"id": "sha",
"format": "elf",
"source": "sha.asm",
"option": "-O0",
"target": [
{ "output": "sha.o" }
]
}
]