From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mx0a-001b2d01.pphosted.com (mx0a-001b2d01.pphosted.com [148.163.156.1]) by dpdk.org (Postfix) with ESMTP id 2E44C2C5 for ; Thu, 9 Aug 2018 16:16:02 +0200 (CEST) Received: from pps.filterd (m0098394.ppops.net [127.0.0.1]) by mx0a-001b2d01.pphosted.com (8.16.0.22/8.16.0.22) with SMTP id w79EFfsJ039321 for ; Thu, 9 Aug 2018 10:16:02 -0400 Received: from smtp.notes.na.collabserv.com (smtp.notes.na.collabserv.com [192.155.248.66]) by mx0a-001b2d01.pphosted.com with ESMTP id 2krmdv7k5x-1 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Thu, 09 Aug 2018 10:16:01 -0400 Received: from localhost by smtp.notes.na.collabserv.com with smtp.notes.na.collabserv.com ESMTP for from ; Thu, 9 Aug 2018 14:15:56 -0000 Received: from us1a3-smtp05.a3.dal06.isc4sb.com (10.146.71.159) by smtp.notes.na.collabserv.com (10.106.227.127) with smtp.notes.na.collabserv.com ESMTP; Thu, 9 Aug 2018 14:15:51 -0000 Received: from us1a3-mail93.a3.dal06.isc4sb.com ([10.146.21.248]) by us1a3-smtp05.a3.dal06.isc4sb.com with ESMTP id 2018080914155100-607467 ; Thu, 9 Aug 2018 14:15:51 +0000 MIME-Version: 1.0 In-Reply-To: <3fa3162e-9440-a957-4aa1-0f437e245ba2@intel.com> To: "Burakov, Anatoly" Cc: dev@dpdk.org From: "Vivian Kong" Date: Thu, 9 Aug 2018 10:15:28 -0400 References: <3fa3162e-9440-a957-4aa1-0f437e245ba2@intel.com> X-KeepSent: 86B330B6:08954F54-852582E4:004E4316; type=4; name=$KeepSent X-Mailer: IBM Notes Release 9.0.1EXT SHF888 April 26, 2018 X-LLNOutbound: False X-Disclaimed: 44067 X-TNEFEvaluated: 1 x-cbid: 18080914-6357-0000-0000-000006F3BAAE X-IBM-SpamModules-Scores: BY=0; FL=0; FP=0; FZ=0; HX=0; KW=0; PH=0; SC=0.417846; ST=0; TS=0; UL=0; ISC=; MB=0.004868 X-IBM-SpamModules-Versions: BY=3.00009514; HX=3.00000242; KW=3.00000007; PH=3.00000004; SC=3.00000266; SDB=6.01071315; UDB=6.00551645; IPR=6.00850979; BA=6.00006071; NDR=6.00000001; ZLA=6.00000005; ZF=6.00000009; ZB=6.00000000; ZP=6.00000000; ZH=6.00000000; ZU=6.00000002; MB=3.00022613; XFM=3.00000015; UTC=2018-08-09 14:15:54 X-IBM-AV-DETECTION: SAVI=unsuspicious REMOTE=unsuspicious XFE=unused X-IBM-AV-VERSION: SAVI=2018-08-09 11:48:40 - 6.00008808 x-cbparentid: 18080914-6358-0000-0000-00000E40CCD4 Message-Id: X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:, , definitions=2018-08-09_05:, , signatures=0 X-Proofpoint-Spam-Reason: safe Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.15 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 14:16:03 -0000 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: > > > > > > Hi everyone, > > > > Got a newbie question - I was able to build the source with `make install > > DESTDIR=3D~/dpdk-install T=3Dx86=5F64-native-linuxapp-gcc`. How do I go about > > running the tests? I looked into the directory > > "x86=5F64-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 >