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 10ef82e6d4db8c02dd5caa2e97172688e829b90c (commit) from 79336f5eaee25168a5e4ad7fc0aee07395d4ca1f (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 10ef82e6d4db8c02dd5caa2e97172688e829b90c Author: Maxim Uvarov maxim.uvarov@linaro.org Date: Mon Jul 31 18:53:22 2017 +0300
test: fix cunit include path
If CUnit is placed in non standard directory and path to it specified with configure option following error occurs: fatal error: CUnit/Basic.h: No such file or directory Patch corrects CFLAGS to make compilation pass.
Signed-off-by: Maxim Uvarov maxim.uvarov@linaro.org Reviewed-by: Dmitry Eremin-Solenikov dmitry.ereminsolenikov@linaro.org Reviewed-by: Bill Fischofer bill.fischofer@linaro.org
diff --git a/test/Makefile.inc b/test/Makefile.inc index bf31b374..0fbc3c42 100644 --- a/test/Makefile.inc +++ b/test/Makefile.inc @@ -16,6 +16,7 @@ INCFLAGS = \ -I$(top_builddir)/include
AM_CFLAGS += $(INCFLAGS) +AM_CPPFLAGS += $(CUNIT_CPPFLAGS) AM_CXXFLAGS = $(INCFLAGS)
AM_LDFLAGS += -L$(LIB)
-----------------------------------------------------------------------
Summary of changes: test/Makefile.inc | 1 + 1 file changed, 1 insertion(+)
hooks/post-receive