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 5567e30f8eabcfe32497b0ed858a5f76f9d764a4 (commit)
from 50029e34c284559b942e6b6b8c56f230eca4f01f (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 5567e30f8eabcfe32497b0ed858a5f76f9d764a4
Author: Anders Roxell <anders.roxell(a)linaro.org>
Date: Fri Jun 10 17:00:19 2016 +0200
example/timer: don't run test if configure flag not set
Signed-off-by: Anders Roxell <anders.roxell(a)linaro.org>
Signed-off-by: Maxim Uvarov <maxim.uvarov(a)linaro.org>
diff --git a/example/timer/Makefile.am b/example/timer/Makefile.am
index 1c733d3..edb8b2c 100644
--- a/example/timer/Makefile.am
+++ b/example/timer/Makefile.am
@@ -10,7 +10,9 @@ odp_timer_simple_LDFLAGS = $(AM_LDFLAGS) -static
odp_timer_simple_CFLAGS = $(AM_CFLAGS) -I${top_srcdir}/example
dist_odp_timer_simple_SOURCES = odp_timer_simple.c
+if test_example
TESTS = odp_timer_simple
+endif
noinst_HEADERS = \
$(top_srcdir)/example/example_debug.h
-----------------------------------------------------------------------
Summary of changes:
example/timer/Makefile.am | 2 ++
1 file changed, 2 insertions(+)
hooks/post-receive
--