|
From: Nicholas N. <nj...@ca...> - 2004-10-19 19:07:36
|
CVS commit by nethercote:
Arch-abstraction:
- things I forgot to do when moving the insn_* tests...
A none/tests/x86/gen_insn_test.pl 1.1
M +2 -0 addrcheck/tests/Makefile.am 1.11
M +2 -0 cachegrind/tests/Makefile.am 1.14
M +2 -0 helgrind/tests/Makefile.am 1.10
M +1 -0 memcheck/tests/Makefile.am 1.48
M +2 -0 none/tests/Makefile.am 1.45
R none/tests/gen_insn_test.pl 1.8
--- valgrind/addrcheck/tests/Makefile.am #1.10:1.11
@@ -1,2 +1,4 @@
+SUBDIRS = ${VG_ARCH} .
+
noinst_SCRIPTS = filter_stderr
--- valgrind/cachegrind/tests/Makefile.am #1.13:1.14
@@ -1,2 +1,4 @@
+SUBDIRS = ${VG_ARCH} .
+
noinst_SCRIPTS = filter_stderr filter_cachesim_discards
--- valgrind/helgrind/tests/Makefile.am #1.9:1.10
@@ -1,2 +1,4 @@
+SUBDIRS = ${VG_ARCH} .
+
noinst_SCRIPTS = filter_stderr
--- valgrind/memcheck/tests/Makefile.am #1.47:1.48
@@ -1,2 +1,3 @@
+SUBDIRS = ${VG_ARCH} .
noinst_SCRIPTS = filter_allocs filter_leak_check_size \
--- valgrind/none/tests/Makefile.am #1.44:1.45
@@ -1,2 +1,4 @@
+SUBDIRS = ${VG_ARCH} .
+
noinst_SCRIPTS = filter_cpuid filter_none_discards filter_stderr filter_int
|