Merge branch 'selftests-forwarding-install-two-missing-tests'
authorJakub Kicinski <kuba@kernel.org>
Sat, 9 Jul 2022 03:31:02 +0000 (20:31 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 9 Jul 2022 03:31:03 +0000 (20:31 -0700)
commit6676d7270ce254596ab1d4ae0de27b8e19705d44
treefe17aa55bcd2bdd5dfc0712f1836021988099369
parent7c895ef88403bf970843c443a29e0385f65c3f39
parentcfbba7b46aef631445909ab4c35b98c16e36074b
Merge branch 'selftests-forwarding-install-two-missing-tests'

Martin Blumenstingl says:

====================
selftests: forwarding: Install two missing tests

For some distributions (e.g. OpenWrt) we don't want to rely on rsync
to copy the tests to the target as some extra dependencies need to be
installed. The Makefile in tools/testing/selftests/net/forwarding
already installs most of the tests.

This series adds the two missing tests to the list of installed tests.
That way a downstream distribution can build a package using this
Makefile (and add dependencies there as needed).
====================

Link: https://lore.kernel.org/r/20220707135532.1783925-1-martin.blumenstingl@googlemail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>