aboutsummaryrefslogtreecommitdiff
path: root/platform/linux-dpdk/m4
diff options
context:
space:
mode:
authorZoltan Kiss <zoltan.kiss@linaro.org>2015-05-21 19:05:21 +0100
committerZoltan Kiss <zoltan.kiss@linaro.org>2015-05-22 18:05:51 +0100
commit9fcfc658fd57af60d3402bacb17c118eb8c6c8bc (patch)
treec365e90feef2ef7eaf3c1753eac939958633cbc9 /platform/linux-dpdk/m4
parent811eef3dbbdf8a4b7043fa8ab3079497121a0f66 (diff)
scripts: run pktio_env before tests
Create a symlink for the linux-generic version, and make the devbuild script able to pass parameters to the unit tests, and detect if the interfaces are ready. Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
Diffstat (limited to 'platform/linux-dpdk/m4')
-rw-r--r--platform/linux-dpdk/m4/configure.m42
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/linux-dpdk/m4/configure.m4 b/platform/linux-dpdk/m4/configure.m4
index 61c9b6828..e3a17169b 100644
--- a/platform/linux-dpdk/m4/configure.m4
+++ b/platform/linux-dpdk/m4/configure.m4
@@ -38,3 +38,5 @@ AC_LINK_IFELSE(
exit -1
)
CFLAGS="$saved_cflags"
+
+AC_CONFIG_FILES([platform/linux-dpdk/test/Makefile])