]> 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)
commit103bcefd9845ff200b4fae97b16bc5c59a1a2d73
treefe17aa55bcd2bdd5dfc0712f1836021988099369
parent558ce36f729737bd15dc7e090b33a541d0c60ee7
parent7f506585a72c05140962d56ae8c5871a03d1e007
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>