aboutsummaryrefslogtreecommitdiff
path: root/helper
diff options
context:
space:
mode:
authorZoltan Kiss <zoltan.kiss@linaro.org>2016-03-31 19:53:17 +0100
committerZoltan Kiss <zoltan.kiss@linaro.org>2016-03-31 19:53:17 +0100
commitbd0ca4bc851e1abb026353f880f7f773878e472e (patch)
treecfa65c451f7d8277c65d6c6068d5b76bd8f5d7b4 /helper
parente1132306f6ca075ec0c1046d75903c307ba53678 (diff)
parenteebc2a488a7b3f789ccad60861ac5a234c3f2266 (diff)
Merge branch 'master' of https://git.linaro.org/lng/odp
Conflicts: configure.ac pkgconfig/libodp-dpdk.pc.in pkgconfig/libodphelper-dpdk.pc.in scripts/builddeb Signed-off-by: Zoltan Kiss <zoltan.kiss@linaro.org>
Diffstat (limited to 'helper')
-rw-r--r--helper/m4/configure.m49
1 files changed, 9 insertions, 0 deletions
diff --git a/helper/m4/configure.m4 b/helper/m4/configure.m4
new file mode 100644
index 000000000..480f79b58
--- /dev/null
+++ b/helper/m4/configure.m4
@@ -0,0 +1,9 @@
+##########################################################################
+# Enable/disable test-helper
+##########################################################################
+test_helper=no
+AC_ARG_ENABLE([test-helper],
+ [ --enable-test-helper run test in helper/test],
+ [if test "x$enableval" = "xyes"; then
+ test_helper=yes
+ fi])