selftests: net: add udpgso* to TEST_GEN_FILES
authorAnders Roxell <anders.roxell@linaro.org>
Fri, 4 May 2018 09:17:25 +0000 (11:17 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 8 May 2018 03:22:09 +0000 (23:22 -0400)
commit6328c95ce7cd70f8a5b99e1d04050a061dd27223
tree570c1d1b1f09533a21f60e03a0ed0124d5408c84
parent90278871d4b0da39c84fc9aa4929b0809dc7cf3c
selftests: net: add udpgso* to TEST_GEN_FILES

The generated files udpgso* shouldn't be part of TEST_PROGS, they are
used by udpgso.sh and udpgsp_bench.sh. They should be added to the
TEST_GEN_FILES to get installed without being added to the main
run_kselftest.sh script.

Fixes: 3a687bef148d ("selftests: udp gso benchmark")
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
tools/testing/selftests/net/Makefile