Re: [PATCH net-next 1/6] net: netconsole: selftests: Create a new netconsole selftest

From: Jakub Kicinski
Date: Thu Aug 01 2024 - 12:53:32 EST


On Thu, 1 Aug 2024 09:11:58 -0700 Breno Leitao wrote:
> .../net/netconsole/basic_integration_test.sh | 153 ++++++++++++++++++

It needs to be included in a Makefile
If we only have one script I'd put it directly in .../net/,
or drivers/netdevsim/? each target should technically have
a Kconfig, Makefile, settings, no point for a single script.