nasm/travis/elfdebugprefix/elfdebugprefix.json

17 lines
421 B
JSON
Raw Permalink Normal View History

[
{
"description": "Test debug-prefix-map on ELF files",
"id": "elfdebugprefix",
"format": "elf",
"source": "elfdebugprefix.asm",
"option": "-g -O0 --debug-prefix-map ./travis/elfdebugprefix/elf=ELF",
"target": [
{
"output": "elfdebugprefix.o",
"validate": "(readelf --wide --symbols {output} | grep 'FILE.*ELFdebugprefix.asm') && (strings {output} | grep -v 'elfdebugprefix/elf')"
}
]
}
]