Re: [dpdk-dev] How to run tests

2018-08-09 Thread Vivian Kong
Thanks all! Regards, Vivian Kong Linux on z Systems Open Source Ecosystem IBM Canada Toronto Lab Bruce Richardson wrote on 2018/08/09 12:17:23 PM: > > On Thu, Aug 09, 2018 at 04:54:36PM +0100, Burakov, Anatoly wrote: > > On 09-Aug-18 2:54 PM, Vivian Kong wrote: > > > Thanks Anatoly. > > > > >

Re: [dpdk-dev] How to run tests

2018-08-09 Thread Bruce Richardson
On Thu, Aug 09, 2018 at 04:54:36PM +0100, Burakov, Anatoly wrote: > On 09-Aug-18 2:54 PM, Vivian Kong wrote: > > Thanks Anatoly. > > > > Is there a set of tests I can run to verify the build? > > Generally, most unit tests in the test app will do what you require. > Additionally, if you're using

Re: [dpdk-dev] How to run tests

2018-08-09 Thread Burakov, Anatoly
quot; ---2018/08/09 04:48:33 AM---On 08-Aug-18 9:10 PM, Vivian Kong wrote: >"Burakov, Anatoly" ---2018/08/09 04:48:33 AM---On 08-Aug-18 9:10 PM, Vivian Kong wrote: > From: "Burakov, Anatoly" To: Vivian Kong , dev@dpdk.org

Re: [dpdk-dev] How to run tests

2018-08-09 Thread Vivian Kong
Thanks Anatoly. I can find the test application now. Is there a set of tests I can run to verify the build? Regards, Vivian Kong Linux on z Systems Open Source Ecosystem IBM Canada Toronto Lab "Burakov, Anatoly" wrote on 2018/08/09 04:48:21 AM: > On 08-Aug-18 9:10 PM, Vivian Kong wrote: > >

Re: [dpdk-dev] How to run tests

2018-08-09 Thread Burakov, Anatoly
On 08-Aug-18 9:10 PM, Vivian Kong wrote: Hi everyone, Got a newbie question - I was able to build the source with `make install DESTDIR=~/dpdk-install T=x86_64-native-linuxapp-gcc`. How do I go about running the tests? I looked into the directory "x86_64-native-linuxapp-gcc" but I didn't see

[dpdk-dev] How to run tests

2018-08-08 Thread Vivian Kong
Hi everyone, Got a newbie question - I was able to build the source with `make install DESTDIR=~/dpdk-install T=x86_64-native-linuxapp-gcc`. How do I go about running the tests? I looked into the directory "x86_64-native-linuxapp-gcc" but I didn't see the "app/test" executable. Am I missing s