From 9cbfd751b210f03fdb2fcbf8cafe59b9db516295 Mon Sep 17 00:00:00 2001 From: Mohammad Abdul Awal Date: Tue, 28 Feb 2017 08:45:07 +0000 Subject: test/gtest: enable unit test with scapy Change-Id: I658b68c4a4cd5a28e3dd6c37bba6e8d96475a948 Signed-off-by: Mohammad Abdul Awal --- test/gtest/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/gtest/Makefile b/test/gtest/Makefile index 2598889..293a961 100644 --- a/test/gtest/Makefile +++ b/test/gtest/Makefile @@ -75,7 +75,7 @@ SRCS-y += test_tle_ctx.cpp 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_udp_stream_gen.cpp #SRCS-y += test_tle_tcp_stream.cpp #SRCS-y += test_tle_tcp_stream_gen.cpp -- cgit 1.2.3-korg