Re: [PATCH v13 11/11] app/test: enable unit test on Windows

2021-12-08 Thread Jie Zhou
On Wed, Dec 08, 2021 at 06:23:30PM +, Bruce Richardson wrote: > On Wed, Dec 08, 2021 at 10:19:27AM -0800, Jie Zhou wrote: > > On Wed, Dec 08, 2021 at 04:57:52PM +, Bruce Richardson wrote: > > > On Tue, Dec 07, 2021 at 05:51:02PM -0800, Jie Zhou wrote: > > > > Enable a subset of unit tests f

Re: [PATCH v13 11/11] app/test: enable unit test on Windows

2021-12-08 Thread Bruce Richardson
On Wed, Dec 08, 2021 at 10:19:27AM -0800, Jie Zhou wrote: > On Wed, Dec 08, 2021 at 04:57:52PM +, Bruce Richardson wrote: > > On Tue, Dec 07, 2021 at 05:51:02PM -0800, Jie Zhou wrote: > > > Enable a subset of unit tests for Windows CI > > > > > > - For driver tests, driver owners should enable

Re: [PATCH v13 11/11] app/test: enable unit test on Windows

2021-12-08 Thread Jie Zhou
On Wed, Dec 08, 2021 at 04:57:52PM +, Bruce Richardson wrote: > On Tue, Dec 07, 2021 at 05:51:02PM -0800, Jie Zhou wrote: > > Enable a subset of unit tests for Windows CI > > > > - For driver tests, driver owners should enable corresponding tests when > > enabling driver for Windows. For exa

Re: [PATCH v13 11/11] app/test: enable unit test on Windows

2021-12-08 Thread Bruce Richardson
On Tue, Dec 07, 2021 at 05:51:02PM -0800, Jie Zhou wrote: > Enable a subset of unit tests for Windows CI > > - For driver tests, driver owners should enable corresponding tests when > enabling driver for Windows. For example, the cryptodev tests will be > enabled by "patch-18949: app/test: ena

[PATCH v13 11/11] app/test: enable unit test on Windows

2021-12-07 Thread Jie Zhou
Enable a subset of unit tests for Windows CI - For driver tests, driver owners should enable corresponding tests when enabling driver for Windows. For example, the cryptodev tests will be enabled by "patch-18949: app/test: enable crypto unit tests on Windows" (which depends on this patchset