Skip to content

Commit 1751eb4

Browse files
roxelldavem330
authored andcommitted
selftests: net: use TEST_PROGS_EXTENDED
When a script file that isn't generated uses the variable TEST_GEN_PROGS_EXTENDED and a 'make -C tools/testing/selftests clean' is performed the script file gets removed and git shows the file as deleted. For script files that isn't generated TEST_PROGS_EXTENDED should be used. Fixes: 9faedd6 ("selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED") Signed-off-by: Anders Roxell <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent d2fcd01 commit 1751eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/net/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ CFLAGS += -I../../../../usr/include/
66

77
TEST_PROGS := run_netsocktests run_afpackettests test_bpf.sh netdevice.sh rtnetlink.sh
88
TEST_PROGS += fib_tests.sh fib-onlink-tests.sh pmtu.sh
9-
TEST_GEN_PROGS_EXTENDED := in_netns.sh
9+
TEST_PROGS_EXTENDED := in_netns.sh
1010
TEST_GEN_FILES = socket
1111
TEST_GEN_FILES += psock_fanout psock_tpacket msg_zerocopy
1212
TEST_GEN_PROGS = reuseport_bpf reuseport_bpf_cpu reuseport_bpf_numa

0 commit comments

Comments
 (0)