]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge branch 'tools-ynl-convert-samples-into-selftests'
authorJakub Kicinski <kuba@kernel.org>
Tue, 10 Mar 2026 00:02:30 +0000 (17:02 -0700)
committerJakub Kicinski <kuba@kernel.org>
Tue, 10 Mar 2026 00:02:30 +0000 (17:02 -0700)
commit86020d7db03abd337d89b02586ce0fb0d65667e0
tree8f2584bc705f58bee10d6dbdeefd28711090fbdd
parent0bcac7b11262557c990da1ac564d45777eb6b005
parentaa234faa5a4d0f213697c4b9012c75b80b9d2c20
Merge branch 'tools-ynl-convert-samples-into-selftests'

Jakub Kicinski says:

====================
tools: ynl: convert samples into selftests

The "samples" were always poor man's tests, used to manually
confirm that C YNL works as expected. Since a proper tests/
directory now exists move the samples and use the kselftest
harness to turn them into selftests outputting KTAP.
====================

Link: https://patch.msgid.link/20260307033630.1396085-1-kuba@kernel.org
Signed-off-by: Jakub Kicinski <kuba@kernel.org>