Re: [Qemu-devel] [PATCH] tests/Makefile: test-char does not need libqtest

2019-09-09 Thread John Snow
On 9/6/19 11:26 AM, Thomas Huth wrote: > No need to link the libqtest objects here. > > Signed-off-by: Thomas Huth Reviewed-by: John Snow > --- > tests/Makefile.include | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/tests/Makefile.include b/tests/Makefile.include

[Qemu-devel] [PATCH] tests/Makefile: test-char does not need libqtest

2019-09-06 Thread Thomas Huth
No need to link the libqtest objects here. Signed-off-by: Thomas Huth --- tests/Makefile.include | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.include b/tests/Makefile.include index a35431ca0a..7ee2f9cb5d 100644 --- a/tests/Makefile.include +++ b/tests/Makefi