Re: [dpdk-dev] [EXT] [PATCH] devtools: fix index generation

2019-03-04 Thread Thomas Monjalon
> > build-tags.sh is broken because of removed 'test' folder, this breaks > > helper make targets like 'make cscope', 'make tags', etc... > > > > Fixing it by removing 'test' from source directories list. > > > > Fixes: a9de470cc7c0 ("test: move to app directory") > > > > Signed-off-by: Ferruh Y

Re: [dpdk-dev] [EXT] [PATCH] devtools: fix index generation

2019-03-04 Thread Jerin Jacob Kollanukkaran
On Mon, 2019-03-04 at 11:04 +, Ferruh Yigit wrote: > > --- > build-tags.sh is broken because of removed 'test' folder, this breaks > helper make targets like 'make cscope', 'make tags', etc... > > Fixing it by removing 'test' from so