Commit Graph

7 Commits

Author SHA1 Message Date
Vincent Danjean
c4220eaf0f rewrite no-rpath test
* compile locally this test in the no-rpath test
* add tests for prebuilt no-rpath binaries on various ELF platforms
  => ia64 does not work, probably a bug in patchelf. Marking it as XFAIL for now
2012-07-11 10:10:32 +02:00
Vincent Danjean
8d6a477b99 Allow parallel execution of tests
Each test use its own subdirectory in scratch/
2012-06-21 11:43:57 +02:00
Vincent Danjean
a479665158 fix build *and check* out of tree
- use Makefile variables $< (and $@) so that sources are found correctly
- use ${srcdir} in test scripts to find the sources

This allows "make distcheck" to successfully pass
2012-06-21 10:03:31 +02:00
Eelco Dolstra
2b52ef1cdc * Test whether the patched no-rpath executable works on i686-linux. 2010-08-26 11:36:31 +00:00
Eelco Dolstra
56cae84500 * Instantiate the right template depending on whether the file is 32
or 64 bits.  (This is done at runtime, so patchelf can patch 32
  *and* 64-bit executables on both 32 and 64-bit platforms).
2007-01-31 14:48:19 +00:00
Eelco Dolstra
c246daeeea * --interpreter' -> --set-interpreter'. 2005-10-11 13:05:08 +00:00
Eelco Dolstra
dd77b20708 * Handle the case where no RPATH is present, so the .dynamic table has
to be increased.
2005-10-01 01:05:50 +00:00