]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Moved mallinfo regression test from none/tests to memcheck/tests.
authorBart Van Assche <bvanassche@acm.org>
Tue, 22 Apr 2008 16:11:23 +0000 (16:11 +0000)
committerBart Van Assche <bvanassche@acm.org>
Tue, 22 Apr 2008 16:11:23 +0000 (16:11 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7903

memcheck/tests/Makefile.am
memcheck/tests/mallinfo.c [moved from none/tests/mallinfo.c with 100% similarity]
memcheck/tests/mallinfo.stderr.exp [moved from none/tests/mallinfo.stderr.exp with 100% similarity]
memcheck/tests/mallinfo.vgtest [moved from none/tests/mallinfo.vgtest with 100% similarity]
none/tests/Makefile.am

index fbaa886c3882743fc697b2f1f743813c7c979c5e..8bc298b05145debfef2e46b86fca2682098723fe 100644 (file)
@@ -69,6 +69,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) \
        long_namespace_xml.stderr.exp \
        lsframe1.vgtest lsframe1.stdout.exp lsframe1.stderr.exp \
        lsframe2.vgtest lsframe2.stdout.exp lsframe2.stderr.exp \
+       mallinfo.stderr.exp mallinfo.vgtest \
        malloc_free_fill.vgtest malloc_free_fill.stdout.exp \
        malloc_free_fill.stderr.exp-glibc25-amd64 \
        malloc_free_fill.stderr.exp-glibc25-x86 \
@@ -171,6 +172,7 @@ check_PROGRAMS = \
        leak-0 leak-cycle leak-pool leak-tree leak-regroot leakotron \
        long_namespace_xml \
        lsframe1 lsframe2 \
+       mallinfo \
        malloc_free_fill \
        malloc_usable malloc1 malloc2 malloc3 manuel1 manuel2 manuel3 \
        match-overrun \
index ea3ecd1779b5dbba81d32251678a4aa081787771..2577e7c03d944fe87d1208af3ec3b7dad5027513 100644 (file)
@@ -70,7 +70,6 @@ EXTRA_DIST = $(noinst_SCRIPTS) \
        fork.stderr.exp fork.stdout.exp fork.vgtest \
        fucomip.stderr.exp fucomip.vgtest \
        gxx304.stderr.exp gxx304.vgtest \
-       mallinfo.stderr.exp mallinfo.vgtest \
        manythreads.stdout.exp manythreads.stderr.exp manythreads.vgtest \
        map_unaligned.stderr.exp map_unaligned.vgtest \
        map_unmap.stderr.exp map_unmap.stdout.exp map_unmap.vgtest \
@@ -141,7 +140,6 @@ check_PROGRAMS = \
        fdleak_fcntl fdleak_ipv4 fdleak_open fdleak_pipe \
        fdleak_socketpair \
        floored fork fucomip manythreads \
-       mallinfo \
        munmap_exe map_unaligned map_unmap mq mremap mremap2 \
        nestedfns \
        pending \