test/security: add more inline IPsec functional cases
[dpdk.git] / app / test / test_cryptodev_security_pdcp.c
index a7641ba..30d86fb 100644 (file)
@@ -4,6 +4,8 @@
  * Copyright 2018-2019 NXP
  */
 
+#ifndef RTE_EXEC_ENV_WINDOWS
+
 #include <time.h>
 
 #include <rte_common.h>
@@ -587,3 +589,5 @@ test_PDCP_PROTO_uplane_decap_all(void)
 
        return n - i;
 };
+
+#endif /* !RTE_EXEC_ENV_WINDOWS */