When generating the selftests to another folder, the SRv6 tests are
missing as they are not in Makefile, e.g.
make -C tools/testing/selftests/ install \
TARGETS="net" INSTALL_PATH=/tmp/kselftests
Fixes: 7cde78511c9d ("selftests: seg6: add selftest for SRv6 End.DT46 Behavior") Fixes: b3b6ecbdb063 ("selftests: add selftest for the SRv6 End.DT4 behavior") Fixes: cbe74f5c9653 ("selftests: add selftest for the SRv6 End.DT6 (VRF) behavior") Signed-off-by: Hangbin Liu <liuhangbin@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>