Re: [PATCH v3 54/54] docs/devel: testing: Document writing portable test cases

2022-09-26 Thread Thomas Huth
On 25/09/2022 13.30, Bin Meng wrote: From: Bin Meng Update the best practices of how to write portable test cases that can be built and run successfully on both Linux and Windows hosts. Signed-off-by: Bin Meng Reviewed-by: Marc-André Lureau --- (no changes since v3) Changes in v2: - Minor

[PATCH v3 54/54] docs/devel: testing: Document writing portable test cases

2022-09-25 Thread Bin Meng
From: Bin Meng Update the best practices of how to write portable test cases that can be built and run successfully on both Linux and Windows hosts. Signed-off-by: Bin Meng Reviewed-by: Marc-André Lureau --- (no changes since v3) Changes in v2: - Minor wording changes - Drop patches that wer