From 68f21c315fccc74ee6bec7e3b19da253d2afbf60 Mon Sep 17 00:00:00 2001 From: "Kopec, TomaszX" Date: Mon, 6 Mar 2017 14:42:26 +0100 Subject: tldk_test: added copy command to makefile to make test_scapy_gen.py visible Change-Id: Iedad6db1808a20d0bd00b9d23f489dffd3ef0a4b Signed-off-by: Kopec, TomaszX Signed-off-by: Mohammad Abdul Awal --- test/gtest/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/gtest/Makefile') 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) -- cgit 1.2.3-korg