selftests: net: included needed helper in the install targets
authorPaolo Abeni <pabeni@redhat.com>
Wed, 24 Jan 2024 21:33:21 +0000 (22:33 +0100)
committerJakub Kicinski <kuba@kernel.org>
Thu, 25 Jan 2024 23:59:23 +0000 (15:59 -0800)
commitf5173fe3e13b2cbd25d0d73f40acd923d75add55
tree80a0964367633c7a5c46378f64aaf63c6fa1fe9b
parent98cb12eb52a780e682bea8372fdb2912c08132dd
selftests: net: included needed helper in the install targets

The blamed commit below introduce a dependency in some net self-tests
towards a newly introduce helper script.

Such script is currently not included into the TEST_PROGS_EXTENDED list
and thus is not installed, causing failure for the relevant tests when
executed from the install dir.

Fix the issue updating the install targets.

Fixes: 3bdd9fd29cb0 ("selftests/net: synchronize udpgro tests' tx and rx connection")
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Reviewed-by: Willem de Bruijn <willemb@google.com>
Link: https://lore.kernel.org/r/076e8758e21ff2061cc9f81640e7858df775f0a9.1706131762.git.pabeni@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/Makefile