diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/gtest/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |