]> sourceware.org Git - libabigail.git/commit
test-read-dwarf: ensure in_elf_path exists and add missing test files
authorMatthias Maennich <maennich@google.com>
Sun, 15 Mar 2020 12:55:11 +0000 (13:55 +0100)
committerDodji Seketeli <dodji@redhat.com>
Wed, 18 Mar 2020 21:46:03 +0000 (22:46 +0100)
commit247b4a18156d3104a065d780526e595176c70e50
tree32ca4557b5f23b01a5837c7cb0cc71ffff05d900
parent5f70e6bc700e587eddc0a19dddfe91121e323388
test-read-dwarf: ensure in_elf_path exists and add missing test files

test-read-dwarf silently succeeded even if the input elf file was not
existing. Hence, make distcheck succeeded even though the testfiles were
not distributed. Assert on the existence of the input file and add the
missing test case files.

* tests/data/Makefile.am: add missing test case files
* tests/test-read-dwarf.cc (test_task::perform): assert the
input elf file exists.

Signed-off-by: Matthias Maennich <maennich@google.com>
tests/data/Makefile.am
tests/test-read-dwarf.cc
This page took 0.035033 seconds and 5 git commands to generate.