From: Stefan Weil Date: Tue, 15 May 2012 16:19:45 +0000 (+0200) Subject: tests: Add rtc-test (fix test regression) X-Git-Tag: v1.1.0-rc3~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=fba0c40bb7c30211b13903df8632d4acea9834db;p=thirdparty%2Fqemu.git tests: Add rtc-test (fix test regression) Commit 93e9eb6808c886f5f1c903b7ced1eed65de2ba39 added fdc-test, but accidentally removed rtc-test because check-qtest-i386-y was not enhanced but set twice. This patch adds rtc-test again (and sorts both tests alphabetically). Signed-off-by: Stefan Weil Signed-off-by: Anthony Liguori --- diff --git a/tests/Makefile b/tests/Makefile index f1b317acc28..ab7f6670098 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -18,8 +18,8 @@ check-block-$(CONFIG_POSIX) += tests/qemu-iotests-quick.sh # All QTests for now are POSIX-only, but the dependencies are # really in libqtest, not in the testcases themselves. -check-qtest-i386-y = tests/rtc-test$(EXESUF) check-qtest-i386-y = tests/fdc-test$(EXESUF) +check-qtest-i386-y += tests/rtc-test$(EXESUF) check-qtest-x86_64-y = $(check-qtest-i386-y) check-qtest-sparc-y = tests/m48t59-test$(EXESUF) check-qtest-sparc64-y = tests/m48t59-test$(EXESUF)