]> 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:48:27 +0000 (16:48 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Thu, 19 Dec 2013 16:48:27 +0000 (16:48 +0000)
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

index 5a3028fcf7ee33b15ed5c01d8890fabcb31d276c..c54a86617121d600dcf2c324edd6fcaca17c4e6f 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      \