aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@redhat.com>2019-08-15 15:24:58 +0400
committerPaolo Bonzini <pbonzini@redhat.com>2020-08-21 06:30:25 -0400
commitc92a30977737f501e04c51210acceb0ec25291d3 (patch)
tree7afecb5a30a86f1febc137260fae2ec82fcded4b /tests
parent582ea95f5f9389677734637bdc021588c393bc3b (diff)
downloadqemu-c92a30977737f501e04c51210acceb0ec25291d3.zip
qemu-c92a30977737f501e04c51210acceb0ec25291d3.tar.gz
qemu-c92a30977737f501e04c51210acceb0ec25291d3.tar.bz2
meson: convert hw/core
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.include10
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 8ac9c68..609a40c 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -244,15 +244,7 @@ tests/test-bufferiszero$(EXESUF): tests/test-bufferiszero.o $(test-util-obj-y)
tests/atomic_add-bench$(EXESUF): tests/atomic_add-bench.o $(test-util-obj-y)
tests/atomic64-bench$(EXESUF): tests/atomic64-bench.o $(test-util-obj-y)
-tests/test-qdev-global-props$(EXESUF): tests/test-qdev-global-props.o \
- hw/core/qdev.o hw/core/qdev-properties.o hw/core/hotplug.o\
- hw/core/bus.o \
- hw/core/resettable.o \
- hw/core/irq.o \
- hw/core/fw-path-provider.o \
- hw/core/reset.o \
- hw/core/vmstate-if.o \
- hw/core/clock.o hw/core/qdev-clock.o \
+tests/test-qdev-global-props$(EXESUF): tests/test-qdev-global-props.o hw/core/libhwcore.fa \
$(test-qapi-obj-y)
tests/test-vmstate$(EXESUF): tests/test-vmstate.o migration/libmigration.fa \
$(test-io-obj-y)