Skip to content

Commit

Permalink
tests/Makefile: Fix inclusion of the qos dependency files
Browse files Browse the repository at this point in the history
The qos dependency files can be found under tests/qtest/libqos and
not under tests/qtest/qos.

Fixes: 1cf4323 ("Move the libqos files under tests/qtest/")
Message-Id: <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Signed-off-by: Thomas Huth <[email protected]>
  • Loading branch information
huth committed Feb 4, 2020
1 parent 316082b commit ab00cf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit ab00cf4

Please sign in to comment.