diff options
author | Luiz Capitulino <lcapitulino@redhat.com> | 2009-10-07 13:41:49 -0300 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-10-08 21:17:18 -0500 |
commit | 3aa3dcfff66ca70d5983d3122f24724793046d66 (patch) | |
tree | fd7540cb33afe07b33e69eab2008e95dca78160b /Makefile | |
parent | a6fd08eb625ae3c6a878f527270a9d384d1b04d2 (diff) |
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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |