diff options
author | Kevin Wolf <kwolf@redhat.com> | 2015-11-23 13:28:12 +0100 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2015-11-25 14:27:43 +0100 |
commit | 5e41fbffa115608fe6f7159d345d6caa0019e687 (patch) | |
tree | f20a3b67ceb1ddb97b3ea2c700422cddecd8dc5a /tests | |
parent | 1aae36df4b8ed884c6ef6995e70c67fad79b49df (diff) | |
download | hqemu-5e41fbffa115608fe6f7159d345d6caa0019e687.zip hqemu-5e41fbffa115608fe6f7159d345d6caa0019e687.tar.gz |
tests/Makefile: Add more dependencies for test-timed-average
'make check' failed to compile the test case for mingw because of
undefined references. Pull in a few more dependencies so that it builds.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Paolo Bonzini <pbonzini@redhat.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/Makefile b/tests/Makefile index b937984..0ef00a1 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -415,8 +415,7 @@ tests/test-vmstate$(EXESUF): tests/test-vmstate.o \ migration/qemu-file-unix.o qjson.o \ $(test-qom-obj-y) tests/test-timed-average$(EXESUF): tests/test-timed-average.o qemu-timer.o \ - libqemuutil.a stubs/clock-warp.o stubs/cpu-get-icount.o \ - stubs/notify-event.o stubs/replay.o + $(test-util-obj-y) tests/test-qapi-types.c tests/test-qapi-types.h :\ $(SRC_PATH)/tests/qapi-schema/qapi-schema-test.json $(SRC_PATH)/scripts/qapi-types.py $(qapi-py) |