summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorLuiz Capitulino <lcapitulino@redhat.com>2009-08-28 15:27:32 -0300
committerAnthony Liguori <aliguori@us.ibm.com>2009-09-04 09:37:34 -0500
commit7b8c51add768584118a14d84f799e73ab1ec988b (patch)
treee8555be7286259f22bfa973834a48a3262c0ae1b /Makefile
parent93bd4eee15268bdd316660d448b879bf38b9f2f3 (diff)
downloadqemu-7b8c51add768584118a14d84f799e73ab1ec988b.tar.gz
Introduce QDict unit-tests
This suite contains tests to assure that QDict 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-qdict 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 6537f772c9..2e0b85cad7 100644
--- a/Makefile
+++ b/Makefile
@@ -183,6 +183,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
clean:
# avoid old build problems by removing potentially incorrect old files