aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'test/gtest/Makefile')
-rw-r--r--test/gtest/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/gtest/Makefile b/test/gtest/Makefile
index 65434e8..648c233 100644
--- a/test/gtest/Makefile
+++ b/test/gtest/Makefile
@@ -79,6 +79,8 @@ SRCS-y += test_tle_udp_stream_gen.cpp
SRCS-y += test_tle_tcp_stream.cpp
#SRCS-y += test_tle_tcp_stream_gen.cpp
+SYMLINK-y-app += test_scapy_gen.py
+
CXXFLAGS += -std=c++11
ifeq ($(shell test $(GCC_VERSION) -lt 50 && echo 1), 1)