summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAnthony Liguori <aliguori@us.ibm.com>2013-06-26 15:52:14 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2013-07-18 13:27:46 -0500
commitdb2b5500c9780730b8ad09fca4a1d2de365dcbf0 (patch)
treeb20fa5e68d187030d3174e30f53dfdf184929653 /tests
parentedbd790d20cf19d039dfe431aaf0973a9e0afa8f (diff)
downloadqemu-db2b5500c9780730b8ad09fca4a1d2de365dcbf0.tar.gz
libqos: include dependencies
Otherwise rebuilds can fail when libqos is modified. Reported-by: Markus Armbruster <armbru@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-id: 1372254743-15808-4-git-send-email-armbru@redhat.com Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile b/tests/Makefile
index 440fe7b051..55bfe24978 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -228,3 +228,4 @@ check-block: $(patsubst %,check-%, $(check-block-y))
check: check-unit check-qtest
-include $(wildcard tests/*.d)
+-include $(wildcard tests/libqos/*.d)