mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 04:38:00 +00:00
was just saying "invalid memory access"). Added a regression test for this, for memcheck and addrcheck. Also made Addrcheck use Memcheck's fprw regtest. Was able to remove the not-very-useful 'true' test for Addrcheck now that it has a couple of real tests. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@1815
6 lines
127 B
Makefile
6 lines
127 B
Makefile
noinst_SCRIPTS = filter_stderr
|
|
|
|
EXTRA_DIST = $(noinst_SCRIPTS) \
|
|
badrw.stderr.exp badrw.vgtest \
|
|
fprw.stderr.exp fprw.vgtest
|