Merge "tldk_test: added copy command to makefile to make test_scapy_gen.py visible"
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Tue, 9 May 2017 18:09:18 +0000 (18:09 +0000)
committerGerrit Code Review <gerrit@fd.io>
Tue, 9 May 2017 18:09:18 +0000 (18:09 +0000)
1  2 
test/gtest/Makefile

@@@ -76,9 -76,11 +76,11 @@@ SRCS-y += test_tle_udp_destroy.cp
  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_tcp_stream.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)