Skip to content

Commit 790792e

Browse files
committed
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: 308b7de ("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>
1 parent 7d11e04 commit 790792e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/net/ynl/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ install: libynl.a lib/*.h
5151
@echo -e "\tINSTALL pyynl"
5252
@pip install --prefix=$(DESTDIR)$(prefix) .
5353
@make -C generated install
54-
@make -C tests install
5554

5655
run_tests:
5756
@$(MAKE) -C tests run_tests

0 commit comments

Comments
 (0)