From 19a5ebe8ff3e50e2714b29dab80348063894a2fd Mon Sep 17 00:00:00 2001 From: brarcher Date: Thu, 19 Dec 2013 16:48:27 +0000 Subject: [PATCH] remove check_mem_leaks from "make check" when run locally, all is well. Unit tests pass, and valgrind says there is nothing wrong. When run on some GNU/Linux build slave machine, running the unit test dies with an invalid pointer free. Will need to figure out how to reproduce this locally to continue. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@913 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- tests/Makefile.am | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 5a3028f..c54a866 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -3,7 +3,6 @@ TESTS = \ check_check_export \ check_check \ - check_mem_leaks \ test_output.sh \ test_check_nofork.sh \ test_xml_output.sh \ -- 2.40.0