From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [PATCH v5 00/10] Include resources in tests Date: Tue, 14 Jun 2016 10:37:34 +0200 Message-ID: <3517273.pPdyYpA4Yb@xps13> References: <1465805550-30640-1-git-send-email-viktorin@rehivetech.com> <4509750.qyd85NoU3K@xps13> <575FBF1A.5080005@intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: Jan Viktorin , dev@dpdk.org, David Marchand , Bruce Richardson To: "Hunt, David" Return-path: Received: from mail-wm0-f49.google.com (mail-wm0-f49.google.com [74.125.82.49]) by dpdk.org (Postfix) with ESMTP id C95AC6A87 for ; Tue, 14 Jun 2016 10:37:36 +0200 (CEST) Received: by mail-wm0-f49.google.com with SMTP id v199so110199367wmv.0 for ; Tue, 14 Jun 2016 01:37:36 -0700 (PDT) In-Reply-To: <575FBF1A.5080005@intel.com> List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 2016-06-14 09:23, Hunt, David: > > On 13/6/2016 7:32 PM, Thomas Monjalon wrote: > >> Jan Viktorin (10): > >> app/test: introduce resources for tests > >> mk: define objcopy-specific target and arch > >> app/test: support resources externally linked > >> app/test: add functions to create files from resources > >> app/test: support resources archived by tar > >> app/test: use linked list to store PCI drivers > >> app/test: extract test_pci_setup and test_pci_cleanup > >> app/test: convert current pci_test into a single test case > >> eal/pci: allow to override sysfs > >> app/test: do not dump PCI devices in blacklist test > > Applied, thanks > > Hi all, > Since this patch adds a dependency on libarchive-devel, should we have an > entry in sys_reqs.rst? My fedora build was broken until I added that > package. You're right. I'm working on a patch to make it optional.