From b7cc29a78c3c705374ff25223fe14749ddb076b9 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Tue, 23 Jul 2013 14:53:53 +0200 Subject: Use simple serial automake test harness * Add a testing sanity check to see if we're catching errors * Fix a few other testing issues --- build/Makefile.tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build') 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 -- cgit v1.1