From patchwork Wed Oct 5 19:39:42 2022 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Laurent Pinchart X-Patchwork-Id: 17531 Return-Path: X-Original-To: parsemail@patchwork.libcamera.org Delivered-To: parsemail@patchwork.libcamera.org Received: from lancelot.ideasonboard.com (lancelot.ideasonboard.com [92.243.16.209]) by patchwork.libcamera.org (Postfix) with ESMTPS id 5BDC1BD16B for ; Wed, 5 Oct 2022 19:39:51 +0000 (UTC) Received: from lancelot.ideasonboard.com (localhost [IPv6:::1]) by lancelot.ideasonboard.com (Postfix) with ESMTP id AA9D562CEA; Wed, 5 Oct 2022 21:39:50 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=libcamera.org; s=mail; t=1664998790; bh=MG+ITiecCjmGIAhjNTNLZWw6no/GZWvJmxgM2X0+3FQ=; h=To:Date:Subject:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=l6UJXqe72pzm5wsi7twBLVKK8kF9pKy1Xum8gmTkGUCA1y8XKyG71anVDzu7wlFDV FJvRVP1I2oXCc3slMOe2PY0HCSESEglREoAv2eqwXsSdXDr3LPJRBgAs5T64mF8AhE FUWreEazCaT4WCKuns+yik9+1N8CTXp/MaaJ8K7F5mMWixa2FhGfR7OPfliFRnA14B 2LE+XWjIYVbYG+xTJFg2rtnKhC6nl/BKJIaHNypUFRH7ytI1awHJjv0yccJepwHcNo YVMfgeD0L0ERNM37n3iAtM9zgo1aN7FrvZ3LkAGENWv2gS4eWRIMhkPW9pYmJqqwbb t8evRlGc1KfrA== Received: from perceval.ideasonboard.com (perceval.ideasonboard.com [IPv6:2001:4b98:dc2:55:216:3eff:fef7:d647]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id 7BC58601C7 for ; Wed, 5 Oct 2022 21:39:48 +0200 (CEST) Authentication-Results: lancelot.ideasonboard.com; dkim=pass (1024-bit key; unprotected) header.d=ideasonboard.com header.i=@ideasonboard.com header.b="LzKvIOPy"; dkim-atps=neutral Received: from pendragon.ideasonboard.com (62-78-145-57.bb.dnainternet.fi [62.78.145.57]) by perceval.ideasonboard.com (Postfix) with ESMTPSA id CFF69415 for ; Wed, 5 Oct 2022 21:39:47 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ideasonboard.com; s=mail; t=1664998788; bh=MG+ITiecCjmGIAhjNTNLZWw6no/GZWvJmxgM2X0+3FQ=; h=From:To:Subject:Date:From; b=LzKvIOPyM+13lQuwO2hWSE4lhVHYMufakOyKu+2UcP7Bw0bOGEuwXd8WIrpatdplQ cOOqilPjRgNas3A3xKH22Yv4kSbsmpScapfNqfATrUhklmhIQFErtDXeKtZf0WhUGc wB88m8u2tukepCFxcsEXOD6mx1ngJ3IWlwYSa+Vc= To: libcamera-devel@lists.libcamera.org Date: Wed, 5 Oct 2022 22:39:42 +0300 Message-Id: <20221005193944.16383-1-laurent.pinchart@ideasonboard.com> X-Mailer: git-send-email 2.35.1 MIME-Version: 1.0 Subject: [libcamera-devel] [PATCH 0/2] test: Readability improvements for meson.build X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-Patchwork-Original-From: Laurent Pinchart via libcamera-devel From: Laurent Pinchart Reply-To: Laurent Pinchart Errors-To: libcamera-devel-bounces@lists.libcamera.org Sender: "libcamera-devel" Hello, The title of the series says it all. See individual patches for details. Laurent Pinchart (2): test: Rename 't' to 'test' in meson.build test: meson: Use dictionaries instead of arrays to store test information test/camera/meson.build | 18 +++---- test/controls/meson.build | 14 ++--- test/gstreamer/meson.build | 10 ++-- test/ipa/meson.build | 10 ++-- test/ipc/meson.build | 10 ++-- test/log/meson.build | 10 ++-- test/media_device/meson.build | 12 ++--- test/meson.build | 90 +++++++++++++++---------------- test/pipeline/ipu3/meson.build | 8 +-- test/pipeline/rkisp1/meson.build | 8 +-- test/process/meson.build | 8 +-- test/serialization/meson.build | 10 ++-- test/stream/meson.build | 10 ++-- test/v4l2_subdevice/meson.build | 10 ++-- test/v4l2_videodevice/meson.build | 26 ++++----- 15 files changed, 127 insertions(+), 127 deletions(-) base-commit: 8c2b092a20ec0c6bcfc4af489fb6b4b7ab656d63