diff options
author | Thomas Huth <thuth@redhat.com> | 2020-01-27 14:44:35 +0100 |
---|---|---|
committer | Thomas Huth <thuth@redhat.com> | 2020-02-04 09:00:57 +0100 |
commit | ab00cf4d73150822f24ca6cf762595a8c0cda452 (patch) | |
tree | eb17197f5135a60ff00aae1fa363db8551ecda80 /tests/Makefile.include | |
parent | 316082b119d7b9f62753c3d245de911f2a33fb79 (diff) |
tests/Makefile: Fix inclusion of the qos dependency files
The qos dependency files can be found under tests/qtest/libqos and
not under tests/qtest/qos.
Fixes: 1cf4323ecd0 ("Move the libqos files under tests/qtest/")
Message-Id: <20200127140245.20065-1-thuth@redhat.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'tests/Makefile.include')
-rw-r--r-- | tests/Makefile.include | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.include b/tests/Makefile.include index fe63fec5f1..2f1cafed72 100644 --- a/tests/Makefile.include +++ b/tests/Makefile.include @@ -919,6 +919,6 @@ all: $(QEMU_IOTESTS_HELPERS-y) -include $(wildcard tests/*.d) -include $(wildcard tests/qtest/*.d) --include $(wildcard tests/qtest/qos/*.d) +-include $(wildcard tests/qtest/libqos/*.d) endif |