Files
patchelf/tests/no-rpath.c
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

7 lines
72 B
C

#include <stdio.h>
int main() {
printf("Hello world\n");
return 0;
}