On 27-02-19 21:23, Jakub Jelinek wrote: > On Wed, Feb 27, 2019 at 09:18:39PM +0100, Tom de Vries wrote: >> this patch adds a basic dejagnu testsuite for dwz: >> ... >> $ make check >> $ cat dwz.sum >> ... >> Running testsuite/dwz.tests/dwz-tests.exp ... >> PASS: testsuite/dwz.tests/regular.sh >> PASS: testsuite/dwz.tests/low-mem.sh >> PASS: testsuite/dwz.tests/multifile.sh >> PASS: testsuite/dwz.tests/too-many-dies.sh >> PASS: testsuite/dwz.tests/hardlink.sh >> >> === dwz Summary === >> >> nr of expected passes 5 >> ... >> >> OK for trunk? > > Ok, thanks. A minor update of this patch, with obvious changes: - bug fix: the file hello was not compiled with -g (which I didn't notice because dwarf information from libraries was picked up). - addition of variable TEST_EXECS in Makefile - make gnu-debugaltlink-name.sh robust against files without .gnu_debugaltlink section Thanks, - Tom