From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 88243A0542; Fri, 2 Sep 2022 03:52:39 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 83DDD40695; Fri, 2 Sep 2022 03:52:39 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by mails.dpdk.org (Postfix) with ESMTP id 7405040684 for ; Fri, 2 Sep 2022 03:52:37 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1662083557; x=1693619557; h=message-id:date:content-transfer-encoding:mime-version: subject:from:to:reply-to:cc:in-reply-to; bh=+NLHgHt7Ai8hvSS2Qh72zf6hlwurTTBGiGC4eV5SlDE=; b=flzFh3wR8c4EaVd+fGH2Ssx7c9a5zMXOFRjUXxY6qYv4wEY1ysrqZA0E IIE/HRI3fb8qeSjaHAduEG1K5pgeCWhtdJAjTrTduyEl0sW9A7Qu120c2 oXHhzvoHG0k9GwlnCsvlloHWm8VT5JaXzsz34w1epHW4usY+o38kQfHM6 x+Qaq0JgFlrGxkyMurGfDPTVqb/BCBmyPEN3CNW+lAGGyp16jbm1RHW0B scYTzfRTNWhZk7aoHBtxbZ14evyTTm9XlenoHWnzECpCypzvTriUGZq6e 1yTpVGBEKVmDs9INdK2poQ0ssPlFhzdzSTwlTNe0VxOO0cfHcPzEWX2Oj g==; X-IronPort-AV: E=McAfee;i="6500,9779,10457"; a="297154305" X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="297154305" Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 18:52:36 -0700 Message-Id: <11ab82$k2ta1o@fmsmga008-auth.fm.intel.com> Date: 01 Sep 2022 18:52:35 -0700 X-IronPort-AV: E=Sophos;i="5.93,281,1654585200"; d="scan'208";a="674146367" Received: from dpdk-lijuan-1.sh.intel.com ([10.67.119.225]) by fmsmga008-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 01 Sep 2022 18:52:35 -0700 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Subject: [dts][PATCH V1] tests/meson_tests: support config unit test case list From: lijuan.tu@intel.com To: lijuan.tu@intel.com,dts@dpdk.org,"Yu.Jiang" Cc: "Yu.Jiang" In-Reply-To: <20220823100647.1550726-1-yux.jiang@intel.com> X-BeenThere: dts@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: test suite reviews and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Yu.Jiang" Errors-To: dts-bounces@dpdk.org On Tue, 23 Aug 2022 18:06:47 +0800, "Yu.Jiang" wrote: > support config unit test case list in conf/meson_tests.cfg > > Signed-off-by: Yu.Jiang Acked-by: Lijuan Tu Applied, thanks