X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=tests%2Flib%2Ftest_bin_info.c;h=fd9e4f1c9229641e22cb1b8894d2d894326bd871;hp=0a7da604b7de5f45d550f3f68d3ba75d1bb2c4b0;hb=a1a328b04aaf2e0d1b211bbd939c2d11a1d8643e;hpb=259863bd155540ce01b7bdceef3cbc88dff56be1 diff --git a/tests/lib/test_bin_info.c b/tests/lib/test_bin_info.c index 0a7da604..fd9e4f1c 100644 --- a/tests/lib/test_bin_info.c +++ b/tests/lib/test_bin_info.c @@ -27,10 +27,10 @@ #include "tap/tap.h" #define NR_TESTS 36 -#define SO_NAME "libhello.so" -#define SO_NAME_ELF "libhello_elf.so" -#define SO_NAME_BUILD_ID "libhello_build_id.so" -#define SO_NAME_DEBUG_LINK "libhello_debug_link.so" +#define SO_NAME "libhello_so" +#define SO_NAME_ELF "libhello_elf_so" +#define SO_NAME_BUILD_ID "libhello_build_id_so" +#define SO_NAME_DEBUG_LINK "libhello_debug_link_so" #define SO_LOW_ADDR 0x400000 #define SO_MEMSZ 0x400000 #define FUNC_FOO_ADDR 0x4014ee @@ -107,7 +107,7 @@ void test_bin_info_debug_link(const char *data_dir) char *func_name = NULL; struct bin_info *bin = NULL; struct source_location *src_loc = NULL; - char *dbg_filename = "libhello_debug_link.so.debug"; + char *dbg_filename = "libhello_debug_link_so.debug"; uint32_t crc = 0xe55c2b98; diag("bin-info tests - separate DWARF via debug link");