mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-07 20:50:56 +00:00
--pid: i.e. debug output. Asserts originating from the address space manager look exactly like that and we do not want to filter those out by default. Remove some specialised filter scripts that are no longer needed and update a few .vgtest files accordingly. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15519
17 lines
308 B
Makefile
17 lines
308 B
Makefile
|
|
include $(top_srcdir)/Makefile.tool-tests.am
|
|
|
|
dist_noinst_SCRIPTS = \
|
|
filter_stderr
|
|
|
|
EXTRA_DIST = \
|
|
bug345887.stderr.exp bug345887.vgtest \
|
|
map_32bits.stderr.exp map_32bits.vgtest
|
|
|
|
check_PROGRAMS = \
|
|
bug345887 map_32bits
|
|
|
|
AM_CFLAGS += @FLAG_M64@
|
|
AM_CXXFLAGS += @FLAG_M64@
|
|
AM_CCASFLAGS += @FLAG_M64@
|