Skip to content

Commit

Permalink
Add end-to-end test for ex_sym_minus_sym
Browse files Browse the repository at this point in the history
  • Loading branch information
junghee committed Nov 21, 2024
1 parent d441257 commit 34c0844
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/linux-elf-x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,12 @@ tests:
- name: ex_tls_local_exec
<<: *assembly

- name: ex_sym_minus_sym
<<: *assembly
test:
<<: *default-test
cfg_checks: []

# ----------------------------------------------------------------------------
# Assembly examples. (stripped)
# ----------------------------------------------------------------------------
Expand Down Expand Up @@ -611,6 +617,13 @@ tests:
<<: *assembly
<<: *test-strip-default

- name: ex_sym_minus_sym
<<: *assembly
<<: *test-strip-default
test:
<<: *default-test
cfg_checks: []

# ----------------------------------------------------------------------------
# Relocatable ELF objects (.o).
# ----------------------------------------------------------------------------
Expand Down

0 comments on commit 34c0844

Please sign in to comment.