From mboxrd@z Thu Jan 1 00:00:00 1970 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) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 09 Aug 2018 01:48:29 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.53,214,1531810800"; d="scan'208";a="79851937" Received: from aburakov-mobl1.ger.corp.intel.com (HELO [10.237.220.148]) ([10.237.220.148]) by fmsmga001.fm.intel.com with ESMTP; 09 Aug 2018 01:48:21 -0700 To: Vivian Kong , dev@dpdk.org References: From: "Burakov, Anatoly" Message-ID: <3fa3162e-9440-a957-4aa1-0f437e245ba2@intel.com> Date: Thu, 9 Aug 2018 09:48:21 +0100 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Subject: Re: [dpdk-dev] How to run tests X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Aug 2018 08:48:30 -0000 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