tests: Split self_test_files into an exe, lib and obj list.
authorMark Wielaard <mark@klomp.org>
Thu, 31 May 2018 12:35:34 +0000 (14:35 +0200)
committerMark Wielaard <mark@klomp.org>
Fri, 1 Jun 2018 11:14:39 +0000 (13:14 +0200)
commit00d89086c97a8782620da14ec2fab67d5bd57038
tree7a51e3164d963265004d7c9c5a0905fcd900d1e2
parent60d2bfc2ea7250de8e02ef02cae761821dd53de2
tests: Split self_test_files into an exe, lib and obj list.

Introduce testrun_on_self_exe and testrun_on_self_lib.
Some tests cannot handle (unrelocated) ET_REL object files.
run-get-units-split.sh and run-unit-info.sh only handle executables
and shared libraries. This allows running the whole testsuite on an
elfutils build done with CFLAGS="-gdwarf-4 -gsplit-dwarf -O2".

Signed-off-by: Mark Wielaard <mark@klomp.org>
tests/ChangeLog
tests/run-get-units-split.sh
tests/run-unit-info.sh
tests/test-subr.sh