Re: [Qemu-devel] [PATCH] tests/Makefile: Remove unused test-obj-y variable

2019-05-07 Thread Paolo Bonzini
On 06/05/19 00:18, 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. > Well, if I get the Makefile magic right, test-obj-y is not really > us

[Qemu-devel] [PATCH] tests/Makefile: Remove unused test-obj-y variable

2019-05-05 Thread Thomas Huth
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. Well, if I get the Makefile magic right, test-obj-y is not really used for anything - and "make check" still works f