diff mbox

api_test/Makefile.am: name exe after src file

Message ID 1405975525-5116-1-git-send-email-mike.holmes@linaro.org
State Rejected
Headers show

Commit Message

Mike Holmes July 21, 2014, 8:45 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---
 test/api_test/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Anders Roxell July 22, 2014, 8:58 p.m. UTC | #1
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
Anders Roxell July 22, 2014, 9:15 p.m. UTC | #2
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
Mike Holmes July 22, 2014, 9:39 p.m. UTC | #3
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 mbox

Patch

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