aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest/Makefile
diff options
context:
space:
mode:
authorKopec, TomaszX <tomaszx.kopec@intel.com>2017-03-06 14:42:26 +0100
committerMohammad Abdul Awal <mohammad.abdul.awal@intel.com>2017-05-09 18:34:40 +0100
commit68f21c315fccc74ee6bec7e3b19da253d2afbf60 (patch)
treec03999343c0cd3c15b1c60a1e638a31cf7fe1581 /test/gtest/Makefile
parent21e7392fca2c430018cf387bb3e368ea4c665446 (diff)
tldk_test: added copy command to makefile to make test_scapy_gen.py visible
Change-Id: Iedad6db1808a20d0bd00b9d23f489dffd3ef0a4b Signed-off-by: Kopec, TomaszX <tomaszx.kopec@intel.com> Signed-off-by: Mohammad Abdul Awal <mohammad.abdul.awal@intel.com>
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 293a961..9b1341d 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)