From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: tools brainstorming Date: Mon, 23 Mar 2015 17:29:03 +0100 Message-ID: <1873484.xDChSqfmGy@xps13> References: <3571725.20GtF5MAnU@xps13> <550C3A56.5040000@netinsight.net> Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Cc: dev-VfR2kkLFssw@public.gmane.org To: Simon =?ISO-8859-1?Q?K=E5gstr=F6m?= Return-path: In-Reply-To: <550C3A56.5040000-vI6UBbBVNY+JA8cjQkG2/g@public.gmane.org> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces-VfR2kkLFssw@public.gmane.org Sender: "dev" 2015-03-20 16:18, Simon K=E5gstr=F6m: > > =09- make autotests easier and faster to run for smoke testing > > =09- automated basic testpmd check >=20 > Code coverage for automated tests can be useful as well. >=20 > In a way I'm speaking in my own interests here since I've written a t= ool > to do just this (and produce nice HTML etc output), kcov, that can be= > found at github (https://github.com/SimonKagstrom/kcov). Feel free to do some DPDK integration for your kcov tool. It could definitely help to write good tests. Thanks