Re: [PATCH net] selftests: net: build net/lib dependency in all target

2025-05-29 Thread Jakub Kicinski
On Thu, 29 May 2025 14:05:36 +0700 Bui Quang Minh wrote: > Currently, we only build net/lib dependency in install target. This > commit moves that to all target so that net/lib is included in in-tree > build and run_tests. With Simon's comments addressed, feel free to add to v2: Reviewed-by: Jaku

Re: [PATCH net] selftests: net: build net/lib dependency in all target

2025-05-29 Thread Bui Quang Minh
On 5/29/25 20:34, Simon Horman wrote: On Thu, May 29, 2025 at 06:04:17PM +0700, Bui Quang Minh wrote: On 5/29/25 17:32, Simon Horman wrote: On Thu, May 29, 2025 at 02:05:36PM +0700, Bui Quang Minh wrote: Currently, we only build net/lib dependency in install target. This commit moves that to a

Re: [PATCH net] selftests: net: build net/lib dependency in all target

2025-05-29 Thread Simon Horman
On Thu, May 29, 2025 at 06:04:17PM +0700, Bui Quang Minh wrote: > On 5/29/25 17:32, Simon Horman wrote: > > On Thu, May 29, 2025 at 02:05:36PM +0700, Bui Quang Minh wrote: > > > Currently, we only build net/lib dependency in install target. This > > > commit moves that to all target so that net/lib

Re: [PATCH net] selftests: net: build net/lib dependency in all target

2025-05-29 Thread Bui Quang Minh
On 5/29/25 17:32, Simon Horman wrote: On Thu, May 29, 2025 at 02:05:36PM +0700, Bui Quang Minh wrote: Currently, we only build net/lib dependency in install target. This commit moves that to all target so that net/lib is included in in-tree build and run_tests. Hi, The above describes what is

Re: [PATCH net] selftests: net: build net/lib dependency in all target

2025-05-29 Thread Simon Horman
On Thu, May 29, 2025 at 02:05:36PM +0700, Bui Quang Minh wrote: > Currently, we only build net/lib dependency in install target. This > commit moves that to all target so that net/lib is included in in-tree > build and run_tests. Hi, The above describes what is being done. I think it would be goo

[PATCH net] selftests: net: build net/lib dependency in all target

2025-05-29 Thread Bui Quang Minh
Currently, we only build net/lib dependency in install target. This commit moves that to all target so that net/lib is included in in-tree build and run_tests. Signed-off-by: Bui Quang Minh --- tools/testing/selftests/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git