Re: [dpdk-dev] [PATCH v3 13/13] app/test: enable subset of unit tests on Windows

2021-09-30 Thread Jie Zhou
On Thu, Sep 23, 2021 at 10:35:37AM +0300, Dmitry Kozlyuk wrote: > 2021-09-08 15:14 (UTC-0700), Jie Zhou: > > On Tue, Sep 07, 2021 at 09:43:56AM -0400, Aaron Conole wrote: > > > Jie Zhou writes: > > > > > > > Enable a subset of unit tests on Windows. Currently not all the > > > > dependencies (e

Re: [dpdk-dev] [PATCH v3 13/13] app/test: enable subset of unit tests on Windows

2021-09-23 Thread Dmitry Kozlyuk
2021-09-08 15:14 (UTC-0700), Jie Zhou: > On Tue, Sep 07, 2021 at 09:43:56AM -0400, Aaron Conole wrote: > > Jie Zhou writes: > > > > > Enable a subset of unit tests on Windows. Currently not all the > > > dependencies (e.g. libraries and some functionalities) of all unit > > > tests are supporte

Re: [dpdk-dev] [PATCH v3 13/13] app/test: enable subset of unit tests on Windows

2021-09-08 Thread Jie Zhou
On Tue, Sep 07, 2021 at 09:43:56AM -0400, Aaron Conole wrote: > Jie Zhou writes: > > > Enable a subset of unit tests on Windows. Currently not all the > > dependencies (e.g. libraries and some functionalities) of all unit > > tests are supported on Windows yet. > > > > Signed-off-by: Jie Zhou >

Re: [dpdk-dev] [PATCH v3 13/13] app/test: enable subset of unit tests on Windows

2021-09-07 Thread Aaron Conole
Jie Zhou writes: > Enable a subset of unit tests on Windows. Currently not all the > dependencies (e.g. libraries and some functionalities) of all unit > tests are supported on Windows yet. > > Signed-off-by: Jie Zhou > --- Hi Jie, How is it expected that a developer will add unit tests here?

[dpdk-dev] [PATCH v3 13/13] app/test: enable subset of unit tests on Windows

2021-09-03 Thread Jie Zhou
Enable a subset of unit tests on Windows. Currently not all the dependencies (e.g. libraries and some functionalities) of all unit tests are supported on Windows yet. Signed-off-by: Jie Zhou --- app/test/meson.build | 361 ++- 1 file changed, 188 insertion