summaryrefslogtreecommitdiffstats
path: root/tests/big-dynstr.sh
Commit message (Collapse)AuthorAgeFilesLines
* Allow parallel execution of testsVincent Danjean2012-07-101-11/+12
| | | | Each test use its own subdirectory in scratch/
* * Support DT_RUNPATH (in fact, prefer DT_RUNPATH over DT_RPATH unlessEelco Dolstra2008-05-271-1/+1
| | | | | --force-rpath is set).
* * Fix the tests on FreeBSD. On FreeBSD, the RPATH is scoped: adding aEelco Dolstra2008-05-091-0/+4
| | | | | | | | directory to the RPATH of an executable doesn't cause it to be used for resolving dependencies of libraries, only the dependencies of the executable itself. So don't rely on that. A better fix would be to support --set-rpath on libraries, but that's a lot harder.
* * Add a test for programs that crash when .dynstr etc. are moved.Eelco Dolstra2005-10-031-0/+22