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

13 lines
198 B
JSON

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