diff options
| author | Michael Roth <mdroth@linux.vnet.ibm.com> | 2012-03-21 10:10:46 -0500 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-03-26 14:21:14 -0500 |
| commit | 81fe74dc1cffc9451bf836e732e526b3ce3e085b (patch) | |
| tree | e9052bebf16d24b1449643d3eeff056b45edbf5d /tests | |
| parent | 3017b72cd0f4c7f7df9e93d3f7a4f600669187f7 (diff) | |
| download | focaccia-qemu-81fe74dc1cffc9451bf836e732e526b3ce3e085b.tar.gz focaccia-qemu-81fe74dc1cffc9451bf836e732e526b3ce3e085b.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: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/Makefile | 2 |
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 |