On 2018-12-03 16:32, Paolo Bonzini wrote: > This test was merged into drive_del-test in 2014. > > Signed-off-by: Paolo Bonzini <pbonz...@redhat.com> > --- > tests/Makefile.include | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/tests/Makefile.include b/tests/Makefile.include > index 3e3b16b..2718548 100644 > --- a/tests/Makefile.include > +++ b/tests/Makefile.include > @@ -726,7 +726,6 @@ tests/qom-test$(EXESUF): tests/qom-test.o > tests/test-hmp$(EXESUF): tests/test-hmp.o > tests/machine-none-test$(EXESUF): tests/machine-none-test.o > tests/drive_del-test$(EXESUF): tests/drive_del-test.o $(libqos-virtio-obj-y) > -tests/qdev-monitor-test$(EXESUF): tests/qdev-monitor-test.o > $(libqos-pc-obj-y) > tests/nvme-test$(EXESUF): tests/nvme-test.o $(libqos-pc-obj-y) > tests/pvpanic-test$(EXESUF): tests/pvpanic-test.o > tests/i82801b11-test$(EXESUF): tests/i82801b11-test.o
Reviewed-by: Thomas Huth <th...@redhat.com>