From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Burakov, Anatoly" Subject: Re: How to run tests Date: Thu, 9 Aug 2018 09:48:21 +0100 Message-ID: <3fa3162e-9440-a957-4aa1-0f437e245ba2@intel.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit To: Vivian Kong , dev@dpdk.org Return-path: Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by dpdk.org (Postfix) with ESMTP id 6A8792BCE for ; Thu, 9 Aug 2018 10:48:30 +0200 (CEST) In-Reply-To: Content-Language: en-US List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 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 /test/test/dpdk-test. -- Thanks, Anatoly