From 3aa3dcfff66ca70d5983d3122f24724793046d66 Mon Sep 17 00:00:00 2001 From: Luiz Capitulino Date: Wed, 7 Oct 2009 13:41:49 -0300 Subject: 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 Signed-off-by: Anthony Liguori --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 18319f81ce..8d78dc1d9d 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 -- cgit v1.2.3