From: Bart Van Assche Date: Tue, 22 Apr 2008 16:11:23 +0000 (+0000) Subject: Moved mallinfo regression test from none/tests to memcheck/tests. X-Git-Tag: svn/VALGRIND_3_4_0~713 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fcb7b31e55c6c9faad8c6024473dace0bf6de43b;p=thirdparty%2Fvalgrind.git Moved mallinfo regression test from none/tests to memcheck/tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7903 --- diff --git a/memcheck/tests/Makefile.am b/memcheck/tests/Makefile.am index fbaa886c38..8bc298b051 100644 --- a/memcheck/tests/Makefile.am +++ b/memcheck/tests/Makefile.am @@ -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 \ diff --git a/none/tests/mallinfo.c b/memcheck/tests/mallinfo.c similarity index 100% rename from none/tests/mallinfo.c rename to memcheck/tests/mallinfo.c diff --git a/none/tests/mallinfo.stderr.exp b/memcheck/tests/mallinfo.stderr.exp similarity index 100% rename from none/tests/mallinfo.stderr.exp rename to memcheck/tests/mallinfo.stderr.exp diff --git a/none/tests/mallinfo.vgtest b/memcheck/tests/mallinfo.vgtest similarity index 100% rename from none/tests/mallinfo.vgtest rename to memcheck/tests/mallinfo.vgtest diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index ea3ecd1779..2577e7c03d 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -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 \