This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "".
The branch, master has been updated via 9b29422bde38980e66c8474546727433ce5c2995 (commit) from 06a01fee4a24433bd83d3e1752456bc7ace8db1e (commit)
Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below.
- Log ----------------------------------------------------------------- commit 9b29422bde38980e66c8474546727433ce5c2995 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Thu Nov 17 18:44:23 2016 +0300
test: linux-gen: mmap_vlan_ins change bin to test programs
Generated binaries should be marked as test programs to be installed by autotools in test directory.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Mike Holmes mike.holmes@linaro.org
diff --git a/test/linux-generic/mmap_vlan_ins/Makefile.am b/test/linux-generic/mmap_vlan_ins/Makefile.am index 2641556..5cac159 100644 --- a/test/linux-generic/mmap_vlan_ins/Makefile.am +++ b/test/linux-generic/mmap_vlan_ins/Makefile.am @@ -7,7 +7,7 @@ dist_check_SCRIPTS = vlan.pcap \
test_SCRIPTS = $(dist_check_SCRIPTS)
-bin_PROGRAMS = plat_mmap_vlan_ins$(EXEEXT) +test_PROGRAMS = plat_mmap_vlan_ins$(EXEEXT) plat_mmap_vlan_ins_LDFLAGS = $(AM_LDFLAGS) -static plat_mmap_vlan_ins_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example
-----------------------------------------------------------------------
Summary of changes: test/linux-generic/mmap_vlan_ins/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive