]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
trunk/memcheck/tests/Makefile.am
authorNicholas Nethercote <njn@valgrind.org>
Thu, 8 Jan 2009 06:07:05 +0000 (06:07 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Thu, 8 Jan 2009 06:07:05 +0000 (06:07 +0000)
trunk/memcheck/tests/vcpu_bz2.c
trunk/memcheck/tests/vcpu_bz2.vgtest
    vcpu_bz2.c was (I think) an "svn copy" of perf/bz2.c.  Because it's a
    copy, the two can get out of sync, which was a problem with Greg
    Parker's Darwin patch.  So we remove vcpu_bz2.c, and make
    vcpu_bz2.vgtest invoke perf/bz2 directly.

trunk/cachegrind/tests/wrap5.c
trunk/cachegrind/tests/Makefile.am
trunk/cachegrind/tests/wrap5.vgtest
    wrap5.c was likewise an "svn copy" of memcheck/tests/wrap5.c, so we do
    the equivalent thing with it.

trunk/Makefile.am
    Fix a typo.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8919

Makefile.am
cachegrind/tests/Makefile.am
cachegrind/tests/wrap5.c [deleted symlink]
cachegrind/tests/wrap5.vgtest
memcheck/tests/Makefile.am
memcheck/tests/vcpu_bz2.c [deleted symlink]
memcheck/tests/vcpu_bz2.vgtest

index 14b728e07ec3aad6de403aca7fa199fe64e4140b..e66b4bc41377a191f294154c649f76ae7f791db9 100644 (file)
@@ -76,7 +76,7 @@ nonexp-regtest: check
 exp-regtest: check
        @PERL@ tests/vg_regtest $(EXP_TOOLS)
 
-## Preprend @PERL@ because tests/vg_per isn't executable
+## Preprend @PERL@ because tests/vg_perf isn't executable
 perf: check
        @PERL@ perf/vg_perf perf
 
index 4a40e770d68b6264d6436e69c0db584f494accb2..e49b01cb1eee13e08961e080a74ec475251f64d6 100644 (file)
@@ -27,7 +27,7 @@ EXTRA_DIST = $(noinst_SCRIPTS) \
        wrap5.vgtest wrap5.stderr.exp wrap5.stdout.exp
 
 check_PROGRAMS = \
-       chdir clreq dlclose myprint.so wrap5
+       chdir clreq dlclose myprint.so
 
 AM_CPPFLAGS = -I$(top_srcdir)/include
 AM_CFLAGS   = $(WERROR) -Winline -Wall -Wshadow -g $(AM_FLAG_M3264_PRI)
@@ -37,14 +37,3 @@ dlclose_LDADD                = -ldl
 myprint_so_SOURCES     = myprint.c
 myprint_so_LDFLAGS     = $(AM_FLAG_M3264_PRI) -shared -fPIC
 myprint_so_CFLAGS      = $(AM_FLAG_M3264_PRI) -fPIC
-
-if VGP_PPC32_AIX5
-if VGP_PPC64_AIX5
-else
- # persuade the AIX linker not to junk apparently unused
- # function descriptors.  Unfortunately -Wl,-G -Wl,-bnogc
- # produces a link error on 64-bit AIX, hence only 32-bit
- # gets these flags.
- wrap5_LDFLAGS         = $(AM_FLAG_M3264_PRI) -Wl,-G -Wl,-bnogc
-endif
-endif
diff --git a/cachegrind/tests/wrap5.c b/cachegrind/tests/wrap5.c
deleted file mode 120000 (symlink)
index c8e8aa4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../memcheck/tests/wrap5.c
\ No newline at end of file
index add0500d1b8551f15209ef9869a8f7da4fc5c932..51a172f9ca7088cec770e0677f08b0b4e4ed20b7 100644 (file)
@@ -1,2 +1,2 @@
-prog: wrap5
+prog: ../../memcheck/tests/wrap5
 cleanup: rm cachegrind.out.*
index d87bb4b0458e9a927d2d74f9be1991c747f8489c..eedbd19e701e0f23a3c34eaa35301ba673ef5bf5 100644 (file)
@@ -222,7 +222,7 @@ check_PROGRAMS = \
        mismatches new_override metadata \
        varinfo1 varinfo2 varinfo3 varinfo4 \
        varinfo5 varinfo5so.so varinfo6 \
-       vcpu_bz2 vcpu_fbench vcpu_fnfns \
+       vcpu_fbench vcpu_fnfns \
        xml1 \
        wrap1 wrap2 wrap3 wrap4 wrap5 wrap6 wrap7 wrap7so.so wrap8 \
        writev zeropage
diff --git a/memcheck/tests/vcpu_bz2.c b/memcheck/tests/vcpu_bz2.c
deleted file mode 120000 (symlink)
index 0137af4..0000000
+++ /dev/null
@@ -1 +0,0 @@
-../../perf/bz2.c
\ No newline at end of file
index 546133d8f779b2fd94007a916332a25f526c4166..4cc209b2c7bc4f3e2575a85d9746fcebbf4f2d16 100644 (file)
@@ -1,3 +1,3 @@
-prog: vcpu_bz2
+prog: ../../perf/bz2
 args: x
 vgopts: -q