diff options
author | Gabriel L. Somlo <gsomlo@gmail.com> | 2014-05-27 15:03:14 -0400 |
---|---|---|
committer | Michael S. Tsirkin <mst@redhat.com> | 2014-05-27 23:42:16 +0300 |
commit | 501f28ca9db08e84819b26314525b6369e7704dd (patch) | |
tree | a339d8559d48b5a1c1fdaf85b25c44d2c917cbf3 /tests | |
parent | 38dbd48b247ebe05bdc6ef52ccdc60cc21274877 (diff) | |
download | qemu-501f28ca9db08e84819b26314525b6369e7704dd.zip qemu-501f28ca9db08e84819b26314525b6369e7704dd.tar.gz qemu-501f28ca9db08e84819b26314525b6369e7704dd.tar.bz2 |
tests: rename acpi-test to bios-tables-test
The test harness for acpi (generating a boot disk, starting qemu,
waiting for the BIOS to finish booting before examining guest
memory, etc.) is perfectly suited for testing other bios tables
beside acpi, such as e.g., smbios.
This patch renames acpi-test to bios-tables-test to reflect that,
and in preparation for adding smbios tests.
Signed-off-by: Gabriel Somlo <somlo@cmu.edu>
Reviewed-by: Michael S. Tsirkin <mst@redhat.com>
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 4 | ||||
-rw-r--r-- | tests/bios-tables-test.c (renamed from tests/acpi-test.c) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index 9f7ca61..ba93e8a1 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -131,7 +131,7 @@ check-qtest-i386-y += tests/ide-test$(EXESUF) check-qtest-i386-y += tests/hd-geo-test$(EXESUF) gcov-files-i386-y += hw/block/hd-geometry.c check-qtest-i386-y += tests/boot-order-test$(EXESUF) -check-qtest-i386-y += tests/acpi-test$(EXESUF) +check-qtest-i386-y += tests/bios-tables-test$(EXESUF) check-qtest-i386-y += tests/rtc-test$(EXESUF) check-qtest-i386-y += tests/i440fx-test$(EXESUF) check-qtest-i386-y += tests/fw_cfg-test$(EXESUF) @@ -286,7 +286,7 @@ tests/fdc-test$(EXESUF): tests/fdc-test.o tests/ide-test$(EXESUF): tests/ide-test.o $(libqos-pc-obj-y) tests/hd-geo-test$(EXESUF): tests/hd-geo-test.o tests/boot-order-test$(EXESUF): tests/boot-order-test.o $(libqos-obj-y) -tests/acpi-test$(EXESUF): tests/acpi-test.o $(libqos-obj-y) +tests/bios-tables-test$(EXESUF): tests/bios-tables-test.o $(libqos-obj-y) tests/tmp105-test$(EXESUF): tests/tmp105-test.o $(libqos-omap-obj-y) tests/i440fx-test$(EXESUF): tests/i440fx-test.o $(libqos-pc-obj-y) tests/fw_cfg-test$(EXESUF): tests/fw_cfg-test.o $(libqos-pc-obj-y) diff --git a/tests/acpi-test.c b/tests/bios-tables-test.c index 76fbccf..76fbccf 100644 --- a/tests/acpi-test.c +++ b/tests/bios-tables-test.c |