diff mbox

validation: Makefile: install script pktio_run

Message ID 1422581692-21683-1-git-send-email-anders.roxell@linaro.org
State Accepted
Commit 0cfdccd548cd9727e1c69a7ccd82830b49883144
Headers show

Commit Message

Anders Roxell Jan. 30, 2015, 1:34 a.m. UTC
The pktio unit test need a wrapper script run, install that script
alongside the executable.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
---
 test/validation/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

Comments

Mike Holmes Feb. 2, 2015, 9:40 p.m. UTC | #1
On 29 January 2015 at 20:34, Anders Roxell <anders.roxell@linaro.org> wrote:

> The pktio unit test need a wrapper script run, install that script
> alongside the executable.
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
>


The message could do with a touch up if possible (at commit or does it need
to be sent again?)
Like this:
The pktio unit test needs a wrapper script to run, install that script
alongside the executable.


With a clean up
Reviewed-by: Mike Holmes <mike.holmes@linaro.org>


> ---
>  test/validation/Makefile.am | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am
> index 2942b85..703d9b6 100644
> --- a/test/validation/Makefile.am
> +++ b/test/validation/Makefile.am
> @@ -9,6 +9,8 @@ if test_vald
>  TESTS = odp_init odp_queue odp_crypto odp_shm odp_schedule odp_pktio_run
> odp_buffer odp_system odp_timer odp_time odp_synchronizers
> odp_classification
>  endif
>
> +dist_bin_SCRIPTS = $(srcdir)/odp_pktio_run
> +
>  bin_PROGRAMS = odp_init odp_queue odp_crypto odp_shm odp_schedule
> odp_pktio odp_buffer odp_system odp_timer odp_time odp_synchronizers
> odp_classification
>  odp_crypto_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/crypto
>  odp_buffer_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/buffer
> --
> 2.1.4
>
>
> _______________________________________________
> lng-odp mailing list
> lng-odp@lists.linaro.org
> http://lists.linaro.org/mailman/listinfo/lng-odp
>
Maxim Uvarov Feb. 3, 2015, 10:57 a.m. UTC | #2
Merged!

Maxim.

On 01/30/2015 04:34 AM, Anders Roxell wrote:
> The pktio unit test need a wrapper script run, install that script
> alongside the executable.
>
> Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
> ---
>   test/validation/Makefile.am | 2 ++
>   1 file changed, 2 insertions(+)
>
> diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am
> index 2942b85..703d9b6 100644
> --- a/test/validation/Makefile.am
> +++ b/test/validation/Makefile.am
> @@ -9,6 +9,8 @@ if test_vald
>   TESTS = odp_init odp_queue odp_crypto odp_shm odp_schedule odp_pktio_run odp_buffer odp_system odp_timer odp_time odp_synchronizers odp_classification
>   endif
>   
> +dist_bin_SCRIPTS = $(srcdir)/odp_pktio_run
> +
>   bin_PROGRAMS = odp_init odp_queue odp_crypto odp_shm odp_schedule odp_pktio odp_buffer odp_system odp_timer odp_time odp_synchronizers odp_classification
>   odp_crypto_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/crypto
>   odp_buffer_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/buffer
diff mbox

Patch

diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am
index 2942b85..703d9b6 100644
--- a/test/validation/Makefile.am
+++ b/test/validation/Makefile.am
@@ -9,6 +9,8 @@  if test_vald
 TESTS = odp_init odp_queue odp_crypto odp_shm odp_schedule odp_pktio_run odp_buffer odp_system odp_timer odp_time odp_synchronizers odp_classification
 endif
 
+dist_bin_SCRIPTS = $(srcdir)/odp_pktio_run
+
 bin_PROGRAMS = odp_init odp_queue odp_crypto odp_shm odp_schedule odp_pktio odp_buffer odp_system odp_timer odp_time odp_synchronizers odp_classification
 odp_crypto_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/crypto
 odp_buffer_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/buffer