diff --git a/tests/linux-elf-x64.yaml b/tests/linux-elf-x64.yaml index 8d4acabd..c8676eb0 100644 --- a/tests/linux-elf-x64.yaml +++ b/tests/linux-elf-x64.yaml @@ -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) # ---------------------------------------------------------------------------- @@ -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). # ----------------------------------------------------------------------------