tests: Drop shared libraries from self_test_files_exe.
authorMark Wielaard <mark@klomp.org>
Sat, 2 Jun 2018 12:56:43 +0000 (14:56 +0200)
committerMark Wielaard <mark@klomp.org>
Sat, 2 Jun 2018 13:00:56 +0000 (15:00 +0200)
commit4ebab8e470f38f2203c9adf57000993e318c433f
treebd8be314c2343e4c988e49a77fd8cb36f16df170
parentcf65ca1428a5e300e6c6813d5b17e01e16570add
tests: Drop shared libraries from self_test_files_exe.

Commit 00d89086 "tests: Split self_test_files into an exe, lib and obj
list" accidentially left the shared libraries in the self_test_files_exe.
Causing all shared libraries to be tested twice. Drop them and keep just
four ET_EXE files: addr2line, elfcmp, objdump and readelf.

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/ChangeLog
tests/test-subr.sh