From 4e3cb26150547b8b4105c795e282a1564e7f6e86 Mon Sep 17 00:00:00 2001 From: Tomasz Kopec Date: Mon, 10 Apr 2017 10:19:05 +0200 Subject: tcp_stream_close issue fixed, added tcp_stream tests (FPP-350) Change-Id: I0332d1cc4ce3acc993da0037614f59102d059690 Signed-off-by: Tomasz Kopec --- test/gtest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/gtest/Makefile b/test/gtest/Makefile index 293a961..65434e8 100644 --- a/test/gtest/Makefile +++ b/test/gtest/Makefile @@ -76,7 +76,7 @@ SRCS-y += test_tle_udp_destroy.cpp SRCS-y += test_tle_udp_event.cpp #SRCS-y += test_tle_udp_stream.cpp SRCS-y += test_tle_udp_stream_gen.cpp -#SRCS-y += test_tle_tcp_stream.cpp +SRCS-y += test_tle_tcp_stream.cpp #SRCS-y += test_tle_tcp_stream_gen.cpp CXXFLAGS += -std=c++11 -- cgit 1.2.3-korg