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 E7726A0506; Tue, 29 Mar 2022 11:02:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7864D41151; Tue, 29 Mar 2022 11:02:37 +0200 (CEST) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id E105D40691 for ; Tue, 29 Mar 2022 11:02:35 +0200 (CEST) Received: by linux.microsoft.com (Postfix, from userid 1086) id F2E4020DEDCF; Tue, 29 Mar 2022 02:02:34 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com F2E4020DEDCF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1648544554; bh=X5NQ4l0l24N/SU8VDO3PhbgCBTfyYocsNSrvs2WYp9I=; h=From:To:Cc:Subject:Date:From; b=fTbYHWh6yTkVD5MmTpjQJ6z0uhiz9n6CGasCzQsWwowXXVsenOngFiSAbeyjGgQb/ CqoFmZo1M56RAQTn1azajEtABlL/H01E5eqEqL1uWze/z1aWcDMi+bgQ3+xdWp3oMm nGanGrh1QNT8o8jA2Oxtt8WQY4u06yBFwT9RKRkw= From: Tyler Retzlaff To: dev@dpdk.org Cc: thomas@monjalon.net, dmitry.kozliuk@gmail.com, gakhil@marvell.com, roy.fan.zhang@intel.com, Tyler Retzlaff Subject: [PATCH 0/2] test: enable most driver tests on windows Date: Tue, 29 Mar 2022 02:02:29 -0700 Message-Id: <1648544551-21324-1-git-send-email-roretzla@linux.microsoft.com> X-Mailer: git-send-email 1.8.3.1 X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org * remove conditional compilation for windows from crypto tests so they are built and registered to be run with dpdk-test.exe. * remaining driver tests require further investigation and will not be addressed in this series. Tyler Retzlaff (2): test/crypto: remove Windows conditional compilation test: enable most driver tests on Windows app/test/meson.build | 35 ++++++++++++++++---------------- app/test/test_cryptodev.c | 3 --- app/test/test_cryptodev_asym.c | 3 --- app/test/test_cryptodev_blockcipher.c | 3 --- app/test/test_cryptodev_security_ipsec.c | 7 ++++--- app/test/test_cryptodev_security_pdcp.c | 3 --- 6 files changed, 22 insertions(+), 32 deletions(-) -- 1.8.3.1