On Wed, May 08, 2019 at 09:55:27AM +0200, Thomas Huth wrote: > I recently noticed that test-obj-y contains a file called > tests/check-block-qtest.o which simply does not belong to any .c > file and thus wondered why this is not causing any trouble. It is > only used to add -Itests to the command line (which refers to the > build directory). However, it is not needed because "-iquote $(@D)" > already sets this up in rules.mak. Thus we can simply remove this > variable. > > Signed-off-by: Thomas Huth <th...@redhat.com> > --- > v2: Fixed patch description with the information that Paolo provided. > > tests/Makefile.include | 19 ------------------- > 1 file changed, 19 deletions(-)
Reviewed-by: Stefano Garzarella <sgarz...@redhat.com> Thanks, Stefano