summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMichael Roth2012-03-21 16:10:46 +0100
committerStefan Hajnoczi2012-03-26 12:28:37 +0200
commit3ac805d9223ba9b9e38570ed5883c410746a34da (patch)
tree60b147b70ce467cf5be09c472028f8ccd0e11e3b /tests
parentvl.c: fix '-cpu ?' segfault (diff)
downloadqemu-3ac805d9223ba9b9e38570ed5883c410746a34da.tar.gz
qemu-3ac805d9223ba9b9e38570ed5883c410746a34da.tar.xz
qemu-3ac805d9223ba9b9e38570ed5883c410746a34da.zip
test: remove qemu-ga reference
This was added by mistake a while back. Signed-off-by: Michael Roth <mdroth@linux.vnet.ibm.com> Signed-off-by: Stefan Hajnoczi <stefanha@linux.vnet.ibm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile b/tests/Makefile
index c78ade122e..354fdbb7f5 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -17,7 +17,7 @@ test-coroutine: test-coroutine.o qemu-timer-common.o async.o $(coroutine-obj-y)
test-qmp-input-visitor.o test-qmp-output-visitor.o \
test-string-input-visitor.o test-string-output-visitor.o \
- test-qmp-commands.o qemu-ga$(EXESUF): QEMU_CFLAGS += -I $(qapi-dir)
+ test-qmp-commands.o: QEMU_CFLAGS += -I $(qapi-dir)
$(qapi-dir)/test-qapi-types.c $(qapi-dir)/test-qapi-types.h :\
$(SRC_PATH)/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-types.py