diff options
author | Mohammad Abdul Awal <mohammad.abdul.awal@intel.com> | 2017-02-28 08:45:07 +0000 |
---|---|---|
committer | Mohammad Abdul Awal <mohammad.abdul.awal@intel.com> | 2017-02-28 08:45:07 +0000 |
commit | 9cbfd751b210f03fdb2fcbf8cafe59b9db516295 (patch) | |
tree | 369d21d200a3318374240044bbb5e18bc7bb84b2 | |
parent | aa97dd1ce910b839fed46ad55d1e70e403f5a930 (diff) |
test/gtest: enable unit test with scapy
Change-Id: I658b68c4a4cd5a28e3dd6c37bba6e8d96475a948
Signed-off-by: Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>
-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 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 |