]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit725509d84e684595f02291cf77b9adcda8c81c27
tree559aef8fbc2ff39e1d9f7f81925b46f96eb48220
parent9941bcaf2da07bd77419048885ecce2dabe4e448
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: 77690292e585 ("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