summaryrefslogtreecommitdiffstats
path: root/tests/no-rpath.c
diff options
context:
space:
mode:
authorVincent Danjean <Vincent.Danjean@ens-lyon.org>2012-07-11 08:09:24 (GMT)
committerVincent Danjean <Vincent.Danjean@ens-lyon.org>2012-07-11 08:10:32 (GMT)
commitc4220eaf0f552cfd68148ddefd6455ff2ce0e08c (patch)
treebae99a44f587ccb2f9d3803b8efd6f5e169be0e6 /tests/no-rpath.c
parente49720cb6ff6a2adcf6e5ea68c1f9d29e8f527c9 (diff)
downloadpatchelf-c4220eaf0f552cfd68148ddefd6455ff2ce0e08c.zip
patchelf-c4220eaf0f552cfd68148ddefd6455ff2ce0e08c.tar.gz
patchelf-c4220eaf0f552cfd68148ddefd6455ff2ce0e08c.tar.bz2
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
Diffstat (limited to 'tests/no-rpath.c')
-rw-r--r--tests/no-rpath.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/no-rpath.c b/tests/no-rpath.c
new file mode 100644
index 0000000..e6a5b85
--- /dev/null
+++ b/tests/no-rpath.c
@@ -0,0 +1,6 @@
+#include <stdio.h>
+
+int main() {
+ printf("Hello world\n");
+ return 0;
+}