summaryrefslogtreecommitdiffstats
path: root/configure.ac.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac.in')
-rw-r--r--configure.ac.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/configure.ac.in b/configure.ac.in
index 8372b98..be372a6 100644
--- a/configure.ac.in
+++ b/configure.ac.in
@@ -173,6 +173,14 @@ AC_ARG_ENABLE(
)
#AM_CONDITIONAL([ENABLE_DEBUG], [test "x$enable_debug" = "xyes"])
+AC_ARG_ENABLE(
+ [test-valgrind],
+ [AS_HELP_STRING([--enable-test-valgrind],
+ [run all tests with valgrind]
+ )],
+)
+AM_CONDITIONAL([ENABLE_TEST_VALGRIND], [test "x$enable_test_valgrind" = "xyes"])
+
# host program paths
AC_DEFUN([DEFINE_HOST_PROG],
[
OpenPOWER on IntegriCloud