]> granicus.if.org Git - check/commitdiff
Remove check_mem_leaks from "make check"
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 19 Dec 2013 16:02:03 +0000 (16:02 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 19 Dec 2013 16:02:03 +0000 (16:02 +0000)
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

tests/Makefile.am

index f6b6f0e5b85514cf2fb54f4cdd0bda90c27341e4..8ab2dae2ed056dc87a3737599d24f660392abb9b 100644 (file)
@@ -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