selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED
authorAnders Roxell <anders.roxell@linaro.org>
Wed, 25 Apr 2018 21:32:06 +0000 (23:32 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 27 Apr 2018 17:13:51 +0000 (13:13 -0400)
commit9faedd643fd9f3a53f10ca270d3bbd436b908766
tree559aef8fbc2ff39e1d9f7f81925b46f96eb48220
parent16ae6aa1705299789f71fdea59bfb119c1fbd9c0
selftests: net: add in_netns.sh TEST_GEN_PROGS_EXTENDED

Script in_netns.sh is a utility function and not its own test so it
shouldn't be part of the TEST_PROGS. The in_netns.sh get used by
run_afpackettests.
To install in_netns.sh without being added to the main run_kselftest.sh
script use the TEST_GEN_PROGS_EXTENDED variable.

Fixes: 5ff9c1a3dd92 ("selftests: net: add in_netns.sh to TEST_PROGS")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/Makefile