diff options
Diffstat (limited to 'tests/test-subr.sh')
| -rw-r--r-- | tests/test-subr.sh | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/tests/test-subr.sh b/tests/test-subr.sh index 09f428d1..e768c1e5 100644 --- a/tests/test-subr.sh +++ b/tests/test-subr.sh @@ -116,14 +116,12 @@ program_transform() } self_test_files_exe=`echo ${abs_top_builddir}/src/addr2line \ -${abs_top_builddir}/src/elfcmp \ -${abs_top_builddir}/src/objdump \ -${abs_top_builddir}/src/readelf` +${abs_top_builddir}/src/elfclassify \ +${abs_top_builddir}/src/stack \ +${abs_top_builddir}/src/unstrip` self_test_files_lib=`echo ${abs_top_builddir}/libelf/libelf.so \ -${abs_top_builddir}/libdw/libdw.so \ -${abs_top_builddir}/backends/libebl_i386.so \ -${abs_top_builddir}/backends/libebl_x86_64.so` +${abs_top_builddir}/libasm/libasm.so` self_test_files_obj=`echo ${abs_top_builddir}/src/size.o \ ${abs_top_builddir}/src/strip.o` |
