This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] Test solib-search-path


>>>>> "Doug" == Doug Evans <dje@google.com> writes:

Doug> +# First library file.
Doug> +set libname1 "solib-search-lib1"
Doug> +set srcfile1_lib ${srcdir}/${subdir}/${libname1}.c

I think this should use standard_testfile.

Doug> +set wrong_binfile1_lib ${objdir}/${subdir}/${wrong_lib_subdir}/${libname1}.so
Doug> +set right_binfile1_lib ${objdir}/${subdir}/${right_lib_subdir}/${libname1}.so

It would be nice if this used standard_output_file as well.

Tom


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]