classification_main is now ran from the platform side.
As classification tests do not have
any platform dependency, the call to the platform agnostic tests is
performed directly in the Makefele.am (TESTS).

Signed-off-by: Christophe Milard <[email protected]>
---
 platform/linux-generic/test/Makefile.am | 2 ++
 test/validation/Makefile.am             | 3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/platform/linux-generic/test/Makefile.am 
b/platform/linux-generic/test/Makefile.am
index fd593f1..f9800af 100644
--- a/platform/linux-generic/test/Makefile.am
+++ b/platform/linux-generic/test/Makefile.am
@@ -4,7 +4,9 @@ ODP_MODULES = pktio
 
 if test_vald
 TESTS = pktio/pktio_run \
+       ${top_builddir}/test/validation/classification/classification_main \
        ${top_builddir}/test/validation/crypto/crypto_main
+
 SUBDIRS = $(ODP_MODULES)
 endif
 
diff --git a/test/validation/Makefile.am b/test/validation/Makefile.am
index bbf7447..0df42be 100644
--- a/test/validation/Makefile.am
+++ b/test/validation/Makefile.am
@@ -22,8 +22,7 @@ EXECUTABLES = odp_buffer \
              odp_ver_abt_log_dbg
 
 if test_vald
-TESTS = $(EXECUTABLES) \
-       classification/classification_main
+TESTS = $(EXECUTABLES)
 endif
 
 bin_PROGRAMS = $(EXECUTABLES) $(COMPILE_ONLY)
-- 
1.9.1

_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to