Skip to content

Commit 4b5224b

Browse files
committed
test: add dbxsize test
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
1 parent d167b3d commit 4b5224b

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

travis/test/dbxsize.asm

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[section .bss]
2+
3+
label_db: DB ?
4+
label_dw: DW ?
5+
label_dq: DQ ?
6+
label_next:

travis/test/dbxsize.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[
2+
{
3+
"description": "Test for Dx reserve with various sizes",
4+
"id": "dbxsize",
5+
"format": "elf64",
6+
"source": "dbxsize.asm",
7+
"option": "-Ox",
8+
"target": [
9+
{ "output": "dbxsize.o" }
10+
]
11+
}
12+
]

travis/test/dbxsize.o.t

672 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)