]> git.droids-corp.org - dpdk.git/blobdiff - app/test/test_cryptodev_security_pdcp.c
app/test: count tests skipped at setup
[dpdk.git] / app / test / test_cryptodev_security_pdcp.c
index 30f3eb892c51c3b331abfe35dbfc7d9045e6184a..30d86fb28e5fa047838d456616d2058abe482b57 100644 (file)
@@ -4,6 +4,8 @@
  * Copyright 2018-2019 NXP
  */
 
+#ifndef RTE_EXEC_ENV_WINDOWS
+
 #include <time.h>
 
 #include <rte_common.h>
@@ -17,7 +19,6 @@
 
 #include <rte_crypto.h>
 #include <rte_cryptodev.h>
-#include <rte_cryptodev_pmd.h>
 #include <rte_security.h>
 
 #include <rte_lcore.h>
@@ -588,3 +589,5 @@ test_PDCP_PROTO_uplane_decap_all(void)
 
        return n - i;
 };
+
+#endif /* !RTE_EXEC_ENV_WINDOWS */