mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-09 05:10:23 +00:00
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
29 lines
714 B
Makefile
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@
|
|
|