mirror of
https://github.com/raspberrypi/linux.git
synced 2026-01-05 02:37:41 +00:00
Some scripts are not tests themselves; they contain utility functions used by other tests. According to Documentation/dev-tools/kselftest.rst, such files should be listed in TEST_FILES. Move those utility scripts to TEST_FILES. Fixes:1751eb42dd("selftests: net: use TEST_PROGS_EXTENDED") Fixes:25ae948b44("selftests/net: add lib.sh") Fixes:b99ac18411("kselftests/net: add missed setup_loopback.sh/setup_veth.sh to Makefile") Fixes:f5173fe3e1("selftests: net: included needed helper in the install targets") Suggested-by: Petr Machata <petrm@nvidia.com> Signed-off-by: Benjamin Poirier <bpoirier@nvidia.com> Link: https://lore.kernel.org/r/20240131140848.360618-5-bpoirier@nvidia.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>