From cab5c25c70b884fe5428c4bfbd043316ff642518 Mon Sep 17 00:00:00 2001 From: Thiago de Arruda Date: Thu, 6 Mar 2014 22:04:07 -0300 Subject: Fix memory leak and enable valgrind on travis --- src/testdir/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir') diff --git a/src/testdir/Makefile b/src/testdir/Makefile index f096cb5b70..be4fc279ab 100644 --- a/src/testdir/Makefile +++ b/src/testdir/Makefile @@ -28,7 +28,7 @@ SCRIPTS := test1.out test2.out test3.out test4.out test5.out test6.out \ SCRIPTS_GUI := test16.out ifdef VALGRIND_CHECK -VALGRIND = valgrind --suppressions=../../.valgrind.supp --leak-check=full --error-exitcode=111 --log-file=valgrind.$* +VALGRIND = valgrind --suppressions=../../.valgrind.supp --leak-check=full --error-exitcode=123 --log-file=valgrind.$* endif ifdef TESTNUM -- cgit