From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 05/10] test: remove devargs unit tests Date: Wed, 25 Apr 2018 02:45:21 +0200 Message-ID: <2963877.oyA2hbdkFm@xps> References: <9fd2a316f20a05d2579fa204ba4e97f9b6516b61.1524527213.git.gaetan.rivet@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: dev@dpdk.org To: Gaetan Rivet Return-path: Received: from out3-smtp.messagingengine.com (out3-smtp.messagingengine.com [66.111.4.27]) by dpdk.org (Postfix) with ESMTP id BE2D62BFA for ; Wed, 25 Apr 2018 02:45:23 +0200 (CEST) In-Reply-To: <9fd2a316f20a05d2579fa204ba4e97f9b6516b61.1524527213.git.gaetan.rivet@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 24/04/2018 01:54, Gaetan Rivet: > --- > MAINTAINERS | 1 - > test/test/Makefile | 1 - > test/test/test_devargs.c | 103 ----------------------------------------------- > 3 files changed, 105 deletions(-) > delete mode 100644 test/test/test_devargs.c The file must be removed from meson.build too.