diff mbox

linux-generic: test: add traffic manager to validation

Message ID 1456766803-5984-1-git-send-email-mike.holmes@linaro.org
State New
Headers show

Commit Message

Mike Holmes Feb. 29, 2016, 5:26 p.m. UTC
Signed-off-by: Mike Holmes <mike.holmes@linaro.org>
---

This now runs the TM test as part of make check, but it fails

 platform/linux-generic/test/Makefile.am | 1 +
 1 file changed, 1 insertion(+)

Comments

Mike Holmes Feb. 29, 2016, 5:28 p.m. UTC | #1
Sorry should add API-NEXT, but this is really an RFC and not complete since
the TM test fails.

On 29 February 2016 at 12:26, Mike Holmes <mike.holmes@linaro.org> wrote:

> Signed-off-by: Mike Holmes <mike.holmes@linaro.org>

> ---

>

> This now runs the TM test as part of make check, but it fails

>

>  platform/linux-generic/test/Makefile.am | 1 +

>  1 file changed, 1 insertion(+)

>

> diff --git a/platform/linux-generic/test/Makefile.am

> b/platform/linux-generic/test/Makefile.am

> index 4bf24cb..45c2293 100644

> --- a/platform/linux-generic/test/Makefile.am

> +++ b/platform/linux-generic/test/Makefile.am

> @@ -29,6 +29,7 @@ TESTS = pktio/pktio_run \

>         ${top_builddir}/test/validation/thread/thread_main$(EXEEXT) \

>         ${top_builddir}/test/validation/time/time_main$(EXEEXT) \

>         ${top_builddir}/test/validation/timer/timer_main$(EXEEXT) \

> +

>  ${top_builddir}/test/validation/traffic_mngr/traffic_mngr_main$(EXEEXT) \

>         ${top_builddir}/test/validation/shmem/shmem_main$(EXEEXT) \

>         ${top_builddir}/test/validation/system/system_main$(EXEEXT)

>

> --

> 2.5.0

>

>



-- 
Mike Holmes
Technical Manager - Linaro Networking Group
Linaro.org <http://www.linaro.org/> *│ *Open source software for ARM SoCs
"Work should be fun and collborative, the rest follows"
diff mbox

Patch

diff --git a/platform/linux-generic/test/Makefile.am b/platform/linux-generic/test/Makefile.am
index 4bf24cb..45c2293 100644
--- a/platform/linux-generic/test/Makefile.am
+++ b/platform/linux-generic/test/Makefile.am
@@ -29,6 +29,7 @@  TESTS = pktio/pktio_run \
 	${top_builddir}/test/validation/thread/thread_main$(EXEEXT) \
 	${top_builddir}/test/validation/time/time_main$(EXEEXT) \
 	${top_builddir}/test/validation/timer/timer_main$(EXEEXT) \
+	${top_builddir}/test/validation/traffic_mngr/traffic_mngr_main$(EXEEXT) \
 	${top_builddir}/test/validation/shmem/shmem_main$(EXEEXT) \
 	${top_builddir}/test/validation/system/system_main$(EXEEXT)