mirror of
https://github.com/netwide-assembler/nasm.git
synced 2025-09-22 10:43:39 -04:00
travis: add coffalign
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
17
travis/test/coffalign.asm
Normal file
17
travis/test/coffalign.asm
Normal file
@@ -0,0 +1,17 @@
|
||||
section .text align=64
|
||||
foo:
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
ret
|
||||
|
||||
section .data align=64
|
||||
bar:
|
||||
db 0, 1, 2
|
||||
|
||||
section .text align=32
|
||||
baz:
|
||||
nop
|
||||
nop
|
||||
nop
|
||||
ret
|
12
travis/test/coffalign.json
Normal file
12
travis/test/coffalign.json
Normal file
@@ -0,0 +1,12 @@
|
||||
[
|
||||
{
|
||||
"description": "Test coff alignment",
|
||||
"id": "coffalign",
|
||||
"format": "win64",
|
||||
"source": "coffalign.asm",
|
||||
"option": "-Ox",
|
||||
"target": [
|
||||
{ "output": "coffalign.obj" }
|
||||
]
|
||||
}
|
||||
]
|
BIN
travis/test/coffalign.obj.t
Normal file
BIN
travis/test/coffalign.obj.t
Normal file
Binary file not shown.
Reference in New Issue
Block a user