Files
ftmemsim-valgrind/memcheck/tests/x86-linux/Makefile.am
Nicholas Nethercote c78a4f9c30 - Turn exit_group() into exit() in the Memcheck filter, for greater
determinism and portability.
- Update the xml1 .exp files accordingly (getting rid of one which is no
  longer necessary).
- Update origin4-many.stderr.exp accordingly.
- Update the handling of scalar_exit_group accordingly.


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9421
2009-03-16 00:59:17 +00:00

29 lines
714 B
Makefile

include $(top_srcdir)/Makefile.tool-tests.am
noinst_SCRIPTS = \
filter_scalar_exit_group \
filter_stderr
noinst_HEADERS = scalar.h
EXTRA_DIST = $(noinst_SCRIPTS) \
bug133694.vgtest bug133694.stderr.exp bug133694.stdout.exp \
scalar.stderr.exp scalar.vgtest \
scalar_fork.stderr.exp scalar_fork.vgtest \
scalar_exit_group.stderr.exp \
scalar_exit_group.vgtest \
scalar_supp.stderr.exp \
scalar_supp.vgtest scalar_supp.supp \
scalar_vfork.stderr.exp scalar_vfork.vgtest
check_PROGRAMS = \
bug133694 \
scalar scalar_exit_group scalar_fork scalar_supp scalar_vfork
AM_CFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)
AM_CXXFLAGS += @FLAG_M32@ $(FLAG_MMMX) $(FLAG_MSSE)
AM_CCASFLAGS = @FLAG_M32@