aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2009-10-07 13:41:49 -0300
committerAnthony Liguori <aliguori@us.ibm.com>2009-10-08 21:17:18 -0500
commit3aa3dcfff66ca70d5983d3122f24724793046d66 (patch)
treefd7540cb33afe07b33e69eab2008e95dca78160b /Makefile
parentIntroduce QList (diff)
downloadqemu-kvm-3aa3dcfff66ca70d5983d3122f24724793046d66.tar.gz
qemu-kvm-3aa3dcfff66ca70d5983d3122f24724793046d66.tar.bz2
qemu-kvm-3aa3dcfff66ca70d5983d3122f24724793046d66.zip
Introduce QList unit-tests
This suite contains tests to assure that QList API works as expected. To execute it you should have check installed and build QEMU with check support enabled (--enable-check-utests) and then run: $ ./check-qlist Patchworks-ID: 35333 Signed-off-by: Luiz Capitulino <lcapitulino@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 18319f81c..8d78dc1d9 100644
--- a/Makefile
+++ b/Makefile
@@ -211,6 +211,7 @@ qemu-img-cmds.h: $(SRC_PATH)/qemu-img-cmds.hx
check-qint: check-qint.o qint.o qemu-malloc.o
check-qstring: check-qstring.o qstring.o qemu-malloc.o
check-qdict: check-qdict.o qdict.o qint.o qstring.o qemu-malloc.o
+check-qlist: check-qlist.o qlist.o qint.o qemu-malloc.o
clean:
# avoid old build problems by removing potentially incorrect old files