selftests: forwarding: List helper scripts in TEST_FILES Makefile variable
authorBenjamin Poirier <bpoirier@nvidia.com>
Wed, 31 Jan 2024 14:08:48 +0000 (09:08 -0500)
committerJakub Kicinski <kuba@kernel.org>
Thu, 1 Feb 2024 16:36:36 +0000 (08:36 -0800)
commit96cd5ac4c0e6b91b74c8fbfcaa7e5c943dfa4835
treeaff23b97f7ebf72ff5990d811a66f03fd4d20b57
parent06efafd8608dac0c3a480539acc66ee41d2fb430
selftests: forwarding: List helper scripts in TEST_FILES Makefile variable

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. Currently they are incorrectly listed
in TEST_PROGS_EXTENDED so rename the variable.

Fixes: c085dbfb1cfc ("selftests/net/forwarding: define libs as TEST_PROGS_EXTENDED")
Suggested-by: Petr Machata <petrm@nvidia.com>
Signed-off-by: Benjamin Poirier <bpoirier@nvidia.com>
Link: https://lore.kernel.org/r/20240131140848.360618-6-bpoirier@nvidia.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/forwarding/Makefile