diff options
author | Orit Wasserman <owasserm@redhat.com> | 2013-01-31 09:12:16 +0200 |
---|---|---|
committer | Juan Quintela <quintela@redhat.com> | 2013-02-01 08:32:20 +0100 |
commit | 21e3cd295b52b3ac1528262b8639f2e896cd9467 (patch) | |
tree | cb1b6af55311eddf05aa0a942bb5e75d97806d60 /tests/Makefile | |
parent | ba2e28e8a20cf78ea4f64fbf84055f969013f9f7 (diff) | |
download | qemu-21e3cd295b52b3ac1528262b8639f2e896cd9467.zip qemu-21e3cd295b52b3ac1528262b8639f2e896cd9467.tar.gz qemu-21e3cd295b52b3ac1528262b8639f2e896cd9467.tar.bz2 |
Add XBZRLE testing
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Juan Quintela <quintela@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile index c681ceb..abe9c2a 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -50,6 +50,8 @@ check-unit-y += tests/test-hbitmap$(EXESUF) check-unit-y += tests/test-x86-cpuid$(EXESUF) # all code tested by test-x86-cpuid is inside topology.h gcov-files-test-x86-cpuid-y = +check-unit-y += tests/test-xbzrle$(EXESUF) +gcov-files-test-xbzrle-y = xbzrle.c check-block-$(CONFIG_POSIX) += tests/qemu-iotests-quick.sh @@ -98,6 +100,7 @@ tests/test-thread-pool$(EXESUF): tests/test-thread-pool.o $(block-obj-y) libqemu tests/test-iov$(EXESUF): tests/test-iov.o libqemuutil.a tests/test-hbitmap$(EXESUF): tests/test-hbitmap.o libqemuutil.a libqemustub.a tests/test-x86-cpuid$(EXESUF): tests/test-x86-cpuid.o +tests/test-xbzrle$(EXESUF): tests/test-xbzrle.o xbzrle.o page_cache.o libqemuutil.a tests/test-qapi-types.c tests/test-qapi-types.h :\ $(SRC_PATH)/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-types.py |