From mboxrd@z Thu Jan 1 00:00:00 1970 From: Hari kumar Vemula Subject: [PATCH v3 0/5] create different meson test targets Date: Tue, 23 Oct 2018 12:01:18 +0100 Message-ID: <1540292483-23659-1-git-send-email-hari.kumarx.vemula@intel.com> References: <1539354799-21027-1-git-send-email-hari.kumarx.vemula@intel.com> Cc: bruce.richardson@intel.com, reshma.pattan@intel.com, Hari Kumar Vemula To: dev@dpdk.org Return-path: Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by dpdk.org (Postfix) with ESMTP id 914541B4A4 for ; Tue, 23 Oct 2018 13:03:33 +0200 (CEST) In-Reply-To: <1539354799-21027-1-git-send-email-hari.kumarx.vemula@intel.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" From: Hari Kumar Vemula 1/5: remove existing test cases to reorganize further 2/5: add test-fast suite to meson targets 3/5: add test-perf suite to meson targets 4/5: add test-driver suite to meson targets 5/5: add test-dump suite to meson targets -- v3: Updated testcase names in file prefix option v2: Divided fast-test list into two lists -- Hari Kumar Vemula (5): test: remove existing testcases for categorization test: add quick run tests under test-fast suite test: add performance tests under test-perf suite test: add library dependent tests under test-driver suite test: add dump test cases under test-dump suite test/test/meson.build | 288 ++++++++++++++++++++++++++++++-------------------- 1 file changed, 174 insertions(+), 114 deletions(-) -- 2.13.6