diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2013-06-26 15:52:14 +0200 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2013-07-18 13:27:46 -0500 |
commit | db2b5500c9780730b8ad09fca4a1d2de365dcbf0 (patch) | |
tree | b20fa5e68d187030d3174e30f53dfdf184929653 /tests | |
parent | edbd790d20cf19d039dfe431aaf0973a9e0afa8f (diff) |
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/Makefile | 1 |
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) |