aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMohammad Abdul Awal <mohammad.abdul.awal@intel.com>2017-02-22 15:56:36 +0000
committerMohammad Abdul Awal <mohammad.abdul.awal@intel.com>2017-02-22 15:56:36 +0000
commit8fb6bb3b3451dce8c492c1f5fffa5f3bb4c5bff7 (patch)
tree1adf86c0b5f0a605c341e4906943051d30acab0d
parentb430bba2cc79b3b459577b75e9943bab0907a72f (diff)
gtest: disable test_tle_udp_dev
Change-Id: I2433b70e380583bd112248a62b25894efc36dfa6 Signed-off-by: Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>
-rw-r--r--test/gtest/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/gtest/Makefile b/test/gtest/Makefile
index 4d8a42c..ef86b9e 100644
--- a/test/gtest/Makefile
+++ b/test/gtest/Makefile
@@ -70,7 +70,7 @@ OBJ = gtest-rfc.o
SRCS-y += main.cpp
SRCS-y += test_tle_dring.cpp
SRCS-y += test_tle_udp_ctx.cpp
-SRCS-y += test_tle_udp_dev.cpp
+#SRCS-y += test_tle_udp_dev.cpp
SRCS-y += test_tle_udp_destroy.cpp
SRCS-y += test_tle_udp_event.cpp
SRCS-y += test_tle_udp_stream.cpp