Skip to content

Commit 96cd5ac

Browse files
gobenjikuba-moo
authored andcommitted
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: c085dbf ("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>
1 parent 06efafd commit 96cd5ac

File tree

1 file changed

+1
-1
lines changed
  • tools/testing/selftests/net/forwarding

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/forwarding/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ TEST_PROGS = bridge_fdb_learning_limit.sh \
112112
vxlan_symmetric_ipv6.sh \
113113
vxlan_symmetric.sh
114114

115-
TEST_PROGS_EXTENDED := devlink_lib.sh \
115+
TEST_FILES := devlink_lib.sh \
116116
ethtool_lib.sh \
117117
fib_offload_lib.sh \
118118
forwarding.config.sample \

0 commit comments

Comments
 (0)