This is the last missing bit for ODP-DPDK to a clean CI run. The helper tests
need the wrapper to set up the platform, but this is just a quick hack.
How can we import the LOG_COMPILER from platform/[platform]/test/Makefile.am?
It would be good to have a generic solution here so we don't need to deviate
from odp.git.

Signed-off-by: Zoltan Kiss <[email protected]>

diff --git a/helper/test/Makefile.am b/helper/test/Makefile.am
index d6820e1..b90df00 100644
--- a/helper/test/Makefile.am
+++ b/helper/test/Makefile.am
@@ -5,6 +5,7 @@ AM_LDFLAGS += -static
 
 TESTS_ENVIRONMENT += TEST_DIR=${builddir}
 
+LOG_COMPILER = $(top_srcdir)/@platform_with_platform_test@/wrapper-script.sh
 EXECUTABLES = odp_chksum$(EXEEXT) \
               odp_thread$(EXEEXT) \
               odp_process$(EXEEXT)\
_______________________________________________
lng-odp mailing list
[email protected]
https://lists.linaro.org/mailman/listinfo/lng-odp

Reply via email to