summaryrefslogtreecommitdiffstats
path: root/tests/run-addr2line-alt-debugpath.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests: Add a testcase for dwfl debuginfo-path with separate bin/debug dirs.Mark Wielaard2015-08-141-0/+67
Reuse the run-addr2line-i-test.sh testfile-inlines testfile, but first strip the debuginfo and put the binary and separate debuginfo file in different roots. Check that --debuginfo-path still finds the debug file. Signed-off-by: Mark Wielaard <[email protected]>