Message ID | 1405975525-5116-1-git-send-email-mike.holmes@linaro.org |
---|---|
State | Rejected |
Headers | show |
On 2014-07-21 16:45, Mike Holmes wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> Reviewed-by: Anders Roxell <anders.roxell@linaro.org> > --- > test/api_test/Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/test/api_test/Makefile.am b/test/api_test/Makefile.am > index e58a278..fd7eab3 100644 > --- a/test/api_test/Makefile.am > +++ b/test/api_test/Makefile.am > @@ -1,8 +1,8 @@ > include $(top_srcdir)/test/Makefile.inc > > -bin_PROGRAMS = odp_atomic odp_shm odp_ring odp_timer > +bin_PROGRAMS = odp_atomic odp_shm odp_ring odp_timer_ping > > dist_odp_atomic_SOURCES = odp_atomic_test.c odp_common.c > dist_odp_shm_SOURCES = odp_shm_test.c odp_common.c > dist_odp_ring_SOURCES = odp_ring_test.c odp_common.c > -dist_odp_timer_SOURCES = odp_timer_ping.c odp_common.c > +dist_odp_timer_ping_SOURCES = odp_timer_ping.c odp_common.c > -- > 1.9.1 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp
On 2014-07-21 16:45, Mike Holmes wrote: > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > --- > test/api_test/Makefile.am | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) I'm sorry for the noise. Please ignore my previous email with reviewed by. Can you please update the .gitignore file as well? Cheers, Anders > > diff --git a/test/api_test/Makefile.am b/test/api_test/Makefile.am > index e58a278..fd7eab3 100644 > --- a/test/api_test/Makefile.am > +++ b/test/api_test/Makefile.am > @@ -1,8 +1,8 @@ > include $(top_srcdir)/test/Makefile.inc > > -bin_PROGRAMS = odp_atomic odp_shm odp_ring odp_timer > +bin_PROGRAMS = odp_atomic odp_shm odp_ring odp_timer_ping > > dist_odp_atomic_SOURCES = odp_atomic_test.c odp_common.c > dist_odp_shm_SOURCES = odp_shm_test.c odp_common.c > dist_odp_ring_SOURCES = odp_ring_test.c odp_common.c > -dist_odp_timer_SOURCES = odp_timer_ping.c odp_common.c > +dist_odp_timer_ping_SOURCES = odp_timer_ping.c odp_common.c > -- > 1.9.1 > > > _______________________________________________ > lng-odp mailing list > lng-odp@lists.linaro.org > http://lists.linaro.org/mailman/listinfo/lng-odp
v2 on its way On 22 July 2014 17:15, Anders Roxell <anders.roxell@linaro.org> wrote: > On 2014-07-21 16:45, Mike Holmes wrote: > > Signed-off-by: Mike Holmes <mike.holmes@linaro.org> > > --- > > test/api_test/Makefile.am | 4 ++-- > > 1 file changed, 2 insertions(+), 2 deletions(-) > > I'm sorry for the noise. > > Please ignore my previous email with reviewed by. > > Can you please update the .gitignore file as well? > > Cheers, > Anders > > > > > diff --git a/test/api_test/Makefile.am b/test/api_test/Makefile.am > > index e58a278..fd7eab3 100644 > > --- a/test/api_test/Makefile.am > > +++ b/test/api_test/Makefile.am > > @@ -1,8 +1,8 @@ > > include $(top_srcdir)/test/Makefile.inc > > > > -bin_PROGRAMS = odp_atomic odp_shm odp_ring odp_timer > > +bin_PROGRAMS = odp_atomic odp_shm odp_ring odp_timer_ping > > > > dist_odp_atomic_SOURCES = odp_atomic_test.c odp_common.c > > dist_odp_shm_SOURCES = odp_shm_test.c odp_common.c > > dist_odp_ring_SOURCES = odp_ring_test.c odp_common.c > > -dist_odp_timer_SOURCES = odp_timer_ping.c odp_common.c > > +dist_odp_timer_ping_SOURCES = odp_timer_ping.c odp_common.c > > -- > > 1.9.1 > > > > > > _______________________________________________ > > lng-odp mailing list > > lng-odp@lists.linaro.org > > http://lists.linaro.org/mailman/listinfo/lng-odp >
diff --git a/test/api_test/Makefile.am b/test/api_test/Makefile.am index e58a278..fd7eab3 100644 --- a/test/api_test/Makefile.am +++ b/test/api_test/Makefile.am @@ -1,8 +1,8 @@ include $(top_srcdir)/test/Makefile.inc -bin_PROGRAMS = odp_atomic odp_shm odp_ring odp_timer +bin_PROGRAMS = odp_atomic odp_shm odp_ring odp_timer_ping dist_odp_atomic_SOURCES = odp_atomic_test.c odp_common.c dist_odp_shm_SOURCES = odp_shm_test.c odp_common.c dist_odp_ring_SOURCES = odp_ring_test.c odp_common.c -dist_odp_timer_SOURCES = odp_timer_ping.c odp_common.c +dist_odp_timer_ping_SOURCES = odp_timer_ping.c odp_common.c
Signed-off-by: Mike Holmes <mike.holmes@linaro.org> --- test/api_test/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)