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

2021-08-31 Thread Dmitry Kozlyuk
2021-08-31 10:01 (UTC-0700), Jie Zhou: > On Sun, Aug 29, 2021 at 01:18:12AM +0300, Dmitry Kozlyuk wrote: > > 2021-08-18 10:13 (UTC-0700), Jie Zhou: > > > In app/test/meson.build > > > - Specify the subset of source files to compile on Windows > > > - Specify the subset of tests to be enabled on W

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

2021-08-31 Thread Jie Zhou
On Sun, Aug 29, 2021 at 01:18:12AM +0300, Dmitry Kozlyuk wrote: > 2021-08-18 10:13 (UTC-0700), Jie Zhou: > > In app/test/meson.build > > - Specify the subset of source files to compile on Windows > > - Specify the subset of tests to be enabled on Windows > > Signed-off-by: Jie Zhou > > --- > > ap

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

2021-08-28 Thread Dmitry Kozlyuk
2021-08-18 10:13 (UTC-0700), Jie Zhou: > In app/test/meson.build > - Specify the subset of source files to compile on Windows > - Specify the subset of tests to be enabled on Windows > Signed-off-by: Jie Zhou > --- > app/test/meson.build | 859 ++- > 1 file

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

2021-08-18 Thread Jie Zhou
In app/test/meson.build - Specify the subset of source files to compile on Windows - Specify the subset of tests to be enabled on Windows Signed-off-by: Jie Zhou --- app/test/meson.build | 859 ++- 1 file changed, 515 insertions(+), 344 deletions(-) diff