This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils 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 1/4] tests: Introduce testrun_on_self, use it in run-elflint-self.sh


> +self_test_files="../src/addr2line ../src/elfcmp ../src/elflint \
> +../src/findtextrel ../src/ld ../src/nm ../src/objdump ../src/readelf \
> +../src/size ../src/strip ../libelf/libelf.so ../libdw/libdw.so \
> +../libasm/libasm.so ../backends/libebl_*.so"

I'd set it with =`echo ...` so that the * expansion happens once
instead of at every use.

Otherwise this change looks fine to me.


Thanks,
Roland

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