summaryrefslogtreecommitdiffstats
path: root/tests/Makefile.include
diff options
context:
space:
mode:
authorBen Warren2017-02-17 00:15:38 +0100
committerMichael S. Tsirkin2017-03-02 06:14:27 +0100
commit3248f1b4e077798133a38f79316f2ba447f2a9f1 (patch)
tree32c2e4422513a679d6dd2b926d8e467a2a160566 /tests/Makefile.include
parentqmp/hmp: add query-vm-generation-id and 'info vm-generation-id' commands (diff)
downloadqemu-3248f1b4e077798133a38f79316f2ba447f2a9f1.tar.gz
qemu-3248f1b4e077798133a38f79316f2ba447f2a9f1.tar.xz
qemu-3248f1b4e077798133a38f79316f2ba447f2a9f1.zip
tests: Move reusable ACPI code into a utility file
Also usable by upcoming VM Generation ID tests Signed-off-by: Ben Warren <ben@skyportsystems.com> Reviewed-by: Michael S. Tsirkin <mst@redhat.com> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Igor Mammedov <imammedo@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r--tests/Makefile.include2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include
index 3310c170a3..364ef1bd23 100644
--- a/tests/Makefile.include
+++ b/tests/Makefile.include
@@ -669,7 +669,7 @@ tests/hd-geo-test$(EXESUF): tests/hd-geo-test.o
tests/boot-order-test$(EXESUF): tests/boot-order-test.o $(libqos-obj-y)
tests/boot-serial-test$(EXESUF): tests/boot-serial-test.o $(libqos-obj-y)
tests/bios-tables-test$(EXESUF): tests/bios-tables-test.o \
- tests/boot-sector.o $(libqos-obj-y)
+ tests/boot-sector.o tests/acpi-utils.o $(libqos-obj-y)
tests/pxe-test$(EXESUF): tests/pxe-test.o tests/boot-sector.o $(libqos-obj-y)
tests/tmp105-test$(EXESUF): tests/tmp105-test.o $(libqos-omap-obj-y)
tests/ds1338-test$(EXESUF): tests/ds1338-test.o $(libqos-imx-obj-y)