summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2013-07-23 14:53:53 +0200
committerStef Walter <stef@thewalter.net>2013-07-23 23:06:27 +0200
commitb7cc29a78c3c705374ff25223fe14749ddb076b9 (patch)
tree4d9ec4586d19ed2230f4bdbb2a2e1887f7b254a4 /build
parent4d04cfdf2ac078cc4a95ff9a145f0045e074470b (diff)
Use simple serial automake test harness
* Add a testing sanity check to see if we're catching errors * Fix a few other testing issues
Diffstat (limited to 'build')
-rw-r--r--build/Makefile.tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile.tests b/build/Makefile.tests
index 429f5fe..c26e689 100644
--- a/build/Makefile.tests
+++ b/build/Makefile.tests
@@ -5,7 +5,7 @@ TEST_CFLAGS = \
-DBUILDDIR=\"$(abs_builddir)\" \
-DP11_KIT_FUTURE_UNSTABLE_API
-MEMCHECK_ENV = $(TEST_RUNNER) valgrind --error-exitcode=80 --quiet --trace-children=yes
+MEMCHECK_ENV = $(TEST_RUNNER) valgrind --error-exitcode=80 --quiet
LEAKCHECK_ENV = $(TEST_RUNNER) valgrind --error-exitcode=81 --quiet --leak-check=yes