]> git.ipfire.org Git - thirdparty/linux.git/commit
selftests: net: use TEST_PROGS_EXTENDED
authorAnders Roxell <anders.roxell@linaro.org>
Fri, 4 May 2018 16:47:25 +0000 (18:47 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 May 2018 03:28:40 +0000 (23:28 -0400)
commit1751eb42ddb56b1e0a28ade5c5f19b7961a6f0c2
tree67eab3243270f3057e8e26d3aeb1176c0f605f64
parentd2fcd01335ac7e022c2e45d03e815129322519fa
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: 9faedd643fd9 ("selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/Makefile