]> git.ipfire.org Git - thirdparty/elfutils.git/commit
2005-11-15 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 16 Nov 2005 01:33:38 +0000 (01:33 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 16 Nov 2005 01:33:38 +0000 (01:33 +0000)
commit1b8b446a794ac4babfd687ca48de32e5f4aaa539
treeb619a87dfff2b1fb667778f2699daa29a77f74c3
parentfd856b5865368a894c178be0d2ad7285db5b3150
2005-11-15  Roland McGrath  <roland@redhat.com>

* configure.ac: Add --enable-tests-rpath option.

tests/
2005-11-15  Roland McGrath  <roland@redhat.com>

* Makefile.am (BUILD_RPATH): New variable.
[TESTS_RPATH] (AM_LDFLAGS): Pass -rpath option using that value.
(tests_rpath): New variable.
(installcheck-local): Pass it to test-wrapper.sh.
* test-wrapper.sh: In "installed" format, take yes/no value
for elfutils_tests_rpath, which export.  When running a test
binary for installcheck, exit 77.
* test-subr.sh (installed_testrun): When running a test binary
for installcheck, exit 77 if $elfutils_tests_rpath = yes.
26 files changed:
ChangeLog
configure.ac
tests/ChangeLog
tests/Makefile.am
tests/run-addrscopes.sh
tests/run-allfcts.sh
tests/run-ecp-test.sh
tests/run-ecp-test2.sh
tests/run-elflint-self.sh
tests/run-elflint-test.sh
tests/run-find-prologues.sh
tests/run-funcscopes.sh
tests/run-get-aranges.sh
tests/run-get-files.sh
tests/run-get-lines.sh
tests/run-get-pubnames.sh
tests/run-line2addr.sh
tests/run-ranlib-test.sh
tests/run-ranlib-test2.sh
tests/run-show-abbrev.sh
tests/run-show-ciefde.sh
tests/run-show-die-info.sh
tests/run-strings-test.sh
tests/run-strip-test.sh
tests/test-subr.sh [new file with mode: 0644]
tests/test-wrapper.sh [new file with mode: 0755]