diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2019-01-15 19:19:07 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2019-01-22 06:26:33 +0100 |
commit | f48a79da78eb605bb0977f930ca137e9b8bdede8 (patch) | |
tree | 4331fd34a3193fc24d4ce231ea8f7279dad040b7 /tests | |
parent | 739fc38778a8ead742b201fc801a3cacb9083f66 (diff) |
tests: remove rule for nonexisting qdev-monitor-test
This test was merged into drive_del-test in 2014.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Thomas Huth <thuth@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Fixes: e2f3f221885a90de766ce9a3 ("Merge of qdev-monitor-test, blockdev-test")
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.include | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index e0b9aa24b0..4eea38ae99 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -748,7 +748,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 |