diff options
| author | Marc-André Lureau | 2019-08-15 13:24:58 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:25 +0200 |
| commit | c92a30977737f501e04c51210acceb0ec25291d3 (patch) | |
| tree | 7afecb5a30a86f1febc137260fae2ec82fcded4b /tests/Makefile.include | |
| parent | meson: convert hw/xen (diff) | |
| download | qemu-c92a30977737f501e04c51210acceb0ec25291d3.tar.gz qemu-c92a30977737f501e04c51210acceb0ec25291d3.tar.xz qemu-c92a30977737f501e04c51210acceb0ec25291d3.zip | |
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/Makefile.include')
| -rw-r--r-- | tests/Makefile.include | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index 8ac9c68f04..609a40c6e5 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) |
