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, api-next has been updated via 68735b312926a44ddf42f9ecf96a0badd941a247 (commit) from a7b46491ca049998dc38b0a5b29213a407931523 (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 68735b312926a44ddf42f9ecf96a0badd941a247 Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Wed Dec 27 17:17:01 2017 +0300
test: cleanup makefile EXEEXTs
that is already corrected in cherry-picked next branch, just place it here to make git diff review smaller.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org
diff --git a/test/validation/api/chksum/Makefile.am b/test/validation/api/chksum/Makefile.am index 46f3643e..3227294d 100644 --- a/test/validation/api/chksum/Makefile.am +++ b/test/validation/api/chksum/Makefile.am @@ -1,5 +1,5 @@ include ../Makefile.inc
-test_PROGRAMS = chksum_main$(EXEEXT) +test_PROGRAMS = chksum_main chksum_main_SOURCES = chksum_main.c chksum.c chksum.h chksum_main_LDADD = $(LIBCUNIT_COMMON) $(LIBODP) diff --git a/test/validation/api/ipsec/Makefile.am b/test/validation/api/ipsec/Makefile.am index 5a4652f5..b300c8e8 100644 --- a/test/validation/api/ipsec/Makefile.am +++ b/test/validation/api/ipsec/Makefile.am @@ -11,10 +11,10 @@ libtestipsec_la_SOURCES = \ ipsec.c
test_PROGRAMS = \ - ipsec_sync$(EXEEXT) \ - ipsec_async$(EXEEXT) \ - ipsec_inline_in$(EXEEXT) \ - ipsec_inline_out$(EXEEXT) + ipsec_sync \ + ipsec_async \ + ipsec_inline_in \ + ipsec_inline_out
ipsec_sync_SOURCES = ipsec_sync.c ipsec_async_SOURCES = ipsec_async.c
-----------------------------------------------------------------------
Summary of changes: test/validation/api/chksum/Makefile.am | 2 +- test/validation/api/ipsec/Makefile.am | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive