aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest/Makefile
diff options
context:
space:
mode:
authorKonstantin Ananyev <konstantin.ananyev@intel.com>2017-05-09 18:09:18 +0000
committerGerrit Code Review <gerrit@fd.io>2017-05-09 18:09:18 +0000
commit8d020909941acca43cf7e772a99682a894347526 (patch)
tree8cfe147125735d74a4d7f9e24935daf3d93d7f3e /test/gtest/Makefile
parent36d90e3aa7ad9a72f7acbefa4d409a71d78bfd25 (diff)
parent68f21c315fccc74ee6bec7e3b19da253d2afbf60 (diff)
Merge "tldk_test: added copy command to makefile to make test_scapy_gen.py visible"
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)