diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2012-03-28 15:42:07 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-03-30 08:14:12 -0500 |
commit | d1aaf543a73c33025cf1fcd30b363aadd150cac3 (patch) | |
tree | 23294efd1e085fc48d39ef54e0e1dd144115b9e3 /tests/Makefile | |
parent | fd94be7ae65195c1fad2b740e0cd4620b25cc5b5 (diff) |
qtest: add rtc-test test-case
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index c6fb58702d..29c1e51789 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -16,6 +16,11 @@ check-unit-y += tests/test-coroutine$(EXESUF) 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 +check-qtest-x86_64-y = $(check-qtest-i386-y) + GENERATED_HEADERS += tests/test-qapi-types.h tests/test-qapi-visit.h tests/test-qmp-commands.h test-obj-y = tests/check-qint.o tests/check-qstring.o tests/check-qdict.o \ |