]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit64729cc0db762f6210bce4d7121f366730788a5c
treefe17aa55bcd2bdd5dfc0712f1836021988099369
parent275ace9a8cc78c6160ec76f21af7ec13041c18c4
parenta10497b6dbf76f0c3ab29233b5cf8d09b1044bbc
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>