X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=configure.ac.in;h=be372a6337757e2be510961b75039aa4abbbf85c;hp=8372b98860ed705c21b34c3786eddc41ff26c738;hb=e25ee629c6dfa47c13121cc70b2da1b2dd21036c;hpb=9d51bd9c70df1ea91a1051b1005e59fe220fd375 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], [