summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorAnthony Liguori2013-06-26 15:52:14 +0200
committerAnthony Liguori2013-07-18 20:27:46 +0200
commitdb2b5500c9780730b8ad09fca4a1d2de365dcbf0 (patch)
treeb20fa5e68d187030d3174e30f53dfdf184929653 /tests
parentboot-order-test: New; covering just PC for now (diff)
downloadqemu-db2b5500c9780730b8ad09fca4a1d2de365dcbf0.tar.gz
qemu-db2b5500c9780730b8ad09fca4a1d2de365dcbf0.tar.xz
qemu-db2b5500c9780730b8ad09fca4a1d2de365dcbf0.zip
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)