aboutsummaryrefslogtreecommitdiff
path: root/none
diff options
context:
space:
mode:
authornjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-01-22 01:13:16 +0000
committernjn <njn@a5019735-40e9-0310-863c-91ae7b9d1cf9>2009-01-22 01:13:16 +0000
commita6dbb3fe36d405ed53ad00730d19cf3501670eed (patch)
tree7bb63b017ee6ecbf3c71d8567262b0cd642fe10a /none
parent3ec9d9a63c4670ed384ef82e726a25cdb106f841 (diff)
downloadvalgrind-a6dbb3fe36d405ed53ad00730d19cf3501670eed.tar.gz
- No longer using VG_ARCH_ALL to determine the DIST_SUBDIRS used for
arch/OS/platform-specific tool test dirs, instead writing it by hand. This is important because up until now if we had any arch-specific test dirs, we needed such dirs for all archs. Now that we also have OS-specific and platform-specific test dirs, we don't want to have (mostly) empty dirs for every arch/OS/platform. - Correspondingly, removed several empty directories under memcheck/tests/ and cachegrind/tests that are no longer needed. - Also removed VG_ARCH_ALL from configure.in. - Also used an arch-specific guard rather than a platform-specific one where appropriate in cachegrind/tests/Makefile.am. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9017 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'none')
-rw-r--r--none/tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am
index 9c4662e24..5f0633720 100644
--- a/none/tests/Makefile.am
+++ b/none/tests/Makefile.am
@@ -16,7 +16,7 @@ if VGA_PPC64
SUBDIRS += ppc64
endif
-DIST_SUBDIRS = ${VG_ARCH_ALL} .
+DIST_SUBDIRS = x86 amd64 ppc32 ppc64 .
noinst_SCRIPTS = \
filter_cmdline0 filter_linenos \