Re: [RFC][PATCH 0/1] testsuite: add BPF target board for execution testing

2025-07-29 Thread Piyush Raj
Hi, Just following up on this patch. Would appreciate any feedback or suggestions on the implementation approach. Thanks again! Best, Piyush On 17/07/25 17:43, Piyush Raj wrote: Hi, This patch is an attempt to integrate the bpf-vmtest-tool with DejaGnu. Instead of modifying gcc-dg specific p

[RFC][PATCH 0/1] testsuite: add BPF target board for execution testing

2025-07-17 Thread Piyush Raj
Hi, This patch is an attempt to integrate the bpf-vmtest-tool with DejaGnu. Instead of modifying gcc-dg specific procedures, I decided to add a new target board. This seemed like a cleaner and more maintainable way to handle target-specific procedures. I've taken inspiration from the simulator bo