]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: net: dsa: Add a Makefile which installs the selftests
authorMartin Blumenstingl <martin.blumenstingl@googlemail.com>
Wed, 27 Jul 2022 19:16:42 +0000 (21:16 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 29 Jul 2022 05:04:31 +0000 (22:04 -0700)
commit35d21c4d56023e50017d44a2ec33661cd57e1732
tree60ff2836e7e620fe46d718ed0055c2637b42123c
parent1f2247a0f08a3eb7eb5a3c9860da5143037ece5d
selftests: net: dsa: Add a Makefile which installs the selftests

Add a Makefile which takes care of installing the selftests in
tools/testing/selftests/drivers/net/dsa. This can be used to install all
DSA specific selftests and forwarding.config using the same approach as
for the selftests in tools/testing/selftests/net/forwarding.

Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
Reviewed-by: Vladimir Oltean <vladimir.oltean@nxp.com>
Link: https://lore.kernel.org/r/20220727191642.480279-1-martin.blumenstingl@googlemail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/drivers/net/dsa/Makefile [new file with mode: 0644]