Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Allow parallel execution of tests | Vincent Danjean | 2012-07-10 | 1 | -11/+12 |
| | | | | Each test use its own subdirectory in scratch/ | ||||
* | * A test for setting the rpath on a library. | Eelco Dolstra | 2008-05-28 | 1 | -9/+1 |
| | |||||
* | * Support DT_RUNPATH (in fact, prefer DT_RUNPATH over DT_RPATH unless | Eelco Dolstra | 2008-05-27 | 1 | -1/+1 |
| | | | | | --force-rpath is set). | ||||
* | * Fix the tests on FreeBSD. On FreeBSD, the RPATH is scoped: adding a | Eelco Dolstra | 2008-05-09 | 1 | -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. | ||||
* | * Handle `--set-rpath' for the growing case. | Eelco Dolstra | 2005-09-30 | 1 | -3/+12 |
| | |||||
* | * `patchelf --set-rpath': short case. | Eelco Dolstra | 2005-09-30 | 1 | -7/+6 |
| | |||||
* | * Add a failing test for `--set-rpath'. Test-driven development! | Eelco Dolstra | 2005-09-29 | 1 | -0/+22 |