tests/Makefile: Remove unused test-obj-y variable
commit1e47ac8216d9b45d11498c5b863a8cfc782b0054
authorThomas Huth <thuth@redhat.com>
Wed, 8 May 2019 07:55:27 +0000 (8 09:55 +0200)
committerThomas Huth <thuth@redhat.com>
Wed, 8 May 2019 15:45:18 +0000 (8 17:45 +0200)
treecb206e1f9543668e7bb4ad4fba384170107deabd
parent8a17fbf640109076cbfda9bb5860c67367ae0020
tests/Makefile: Remove unused test-obj-y variable

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.

Reviewed-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20190508075527.32164-1-thuth@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/Makefile.include