tests/Makefile: Fix inclusion of the qos dependency files
authorThomas Huth <thuth@redhat.com>
Mon, 27 Jan 2020 13:44:35 +0000 (14:44 +0100)
committerThomas Huth <thuth@redhat.com>
Tue, 4 Feb 2020 08:00:57 +0000 (09:00 +0100)
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>
tests/Makefile.include

index fe63fec5f108d9ce3c1d966362e62a39335944e4..2f1cafed720d4c3df7317351ffa62555a2ffb012 100644 (file)
@@ -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