summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2007-01-31 15:08:42 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2007-01-31 15:08:42 (GMT)
commit94f38d26bce27c813858223f9c3818b7435438e7 (patch)
tree48d4f83455f6c3b3fa0c193eaaeb8849a4ce1212 /tests/Makefile.am
parent56cae84500ca807079376d9fa6c5483f240c5b33 (diff)
downloadpatchelf-94f38d26bce27c813858223f9c3818b7435438e7.zip
patchelf-94f38d26bce27c813858223f9c3818b7435438e7.tar.gz
patchelf-94f38d26bce27c813858223f9c3818b7435438e7.tar.bz2
* .rel.plt is called .rela.plt on x86_64-linux.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 1b8baba..5772fbb 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -1,6 +1,6 @@
check_PROGRAMS = main simple big-dynstr
-TESTS = plain-fail.sh plain-run.sh shrink.sh set-interpreter-short.sh \
+TESTS = plain-fail.sh plain-run.sh shrink-rpath.sh set-interpreter-short.sh \
set-interpreter-long.sh set-rpath.sh no-rpath.sh big-dynstr.sh
TESTS_ENVIRONMENT = PATCHELF_DEBUG=1