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" <anatoly.bura...@intel.com> wrote on 2018/08/09 04:48:21 AM: > 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 the "app/test" executable. > > Am I missing something in my make command? > > > > Thanks for your help. > > > > Regards, > > > > Vivian Kong > > Linux on z Systems Open Source Ecosystem > > IBM Canada Toronto Lab > > > > Hi, > > If you're using make build system, you need to run "make test-build" to > build the test application. Then, you'll be able to run the test > application. > > With meson build system, the test application is built by default, and > will be located at <your build dir>/test/test/dpdk-test. > > -- > Thanks, > Anatoly >