From: brarcher Date: Thu, 19 Dec 2013 16:02:03 +0000 (+0000) Subject: Remove check_mem_leaks from "make check" X-Git-Tag: 0.10.0~307 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78de314c13139d4203f35ceaca10b40c5f6cc170;p=check Remove check_mem_leaks from "make check" All my local systems will compile and run check_mem_leaks without issue. However, the build slaves are all unable to run it, for various reasons. For now, removing it from "make check" to prevent someone's build for failing for no good reason. Will revisit this once more is known. git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@909 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/tests/Makefile.am b/tests/Makefile.am index f6b6f0e..8ab2dae 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 \ @@ -74,7 +73,6 @@ check_mem_leaks_SOURCES = \ check_check_selective.c \ check_check_sub.c \ check_check_master.c - check_mem_leaks_LDADD = $(top_builddir)/src/libcheckinternal.la $(top_builddir)/lib/libcompat.la check_stress_SOURCES = check_stress.c