]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools: ynl: don't install tests
authorJakub Kicinski <kuba@kernel.org>
Tue, 6 Jan 2026 16:34:26 +0000 (08:34 -0800)
committerJakub Kicinski <kuba@kernel.org>
Thu, 8 Jan 2026 16:46:36 +0000 (08:46 -0800)
commit790792ebc9603a7ccbf6996cb537d89607e3a75b
tree2a5a9718462d68f6ea8dcd23891e3f9b61d3fc48
parent7d11e047eda5f98514ae62507065ac961981c025
tools: ynl: don't install tests

make's install target is meant for installing the production
artifacts, AFAIU. Don't install test_ynl_cli and test_ynl_ethtool
from under the main YNL install target. The install target
under tests/ is retained in case someone wants the tests
to be installed.

Fixes: 308b7dee3e5c ("tools: ynl: add YNL test framework")
Reviewed-by: Hangbin Liu <liuhangbin@gmail.com>
Reviewed-by: Donald Hunter <donald.hunter@gmail.com>
Link: https://patch.msgid.link/20260106163426.1468943-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/net/ynl/Makefile