aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2015-04-01 22:45:52 +0200
committerZoltan Kiss <zoltan.kiss@linaro.org>2015-05-15 13:56:30 +0100
commite7bcaf5c4e7078dfd89dbef3aa768797793102b7 (patch)
tree879aa2dddf5bd3e58af27ff60c50552f00611e50 /configure.ac
parentb47af7fe2488a88b406288d5b9c269587cf81af8 (diff)
test: enable valgrind check
Valgrind will enable memcheck, drd and sgcheck by default Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-Tested-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac5
1 files changed, 5 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index e51cc636e..fc67539fa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -44,6 +44,11 @@ AC_TYPE_UINT32_T
AC_TYPE_UINT64_T
##########################################################################
+# Allow valgrind suite to run against the defined tests
+##########################################################################
+AX_VALGRIND_CHECK
+
+##########################################################################
# Set correct platform library version
##########################################################################
AGE=0