From: Mohammad Abdul Awal Date: Wed, 22 Feb 2017 15:56:36 +0000 (+0000) Subject: gtest: disable test_tle_udp_dev X-Git-Tag: v18.02~23 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F76%2F5476%2F1;p=tldk.git gtest: disable test_tle_udp_dev Change-Id: I2433b70e380583bd112248a62b25894efc36dfa6 Signed-off-by: Mohammad Abdul Awal --- 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