Jeremy Fitzhardinge 5c00880d69 Use Tom's instruction set tests on all tools which do instrumentation, so
we can make it's OK for all instructions.  Helgrind is badly broken in this
test (bug 69856).


git-svn-id: svn://svn.valgrind.org/valgrind/trunk@2301
2004-03-09 01:44:11 +00:00

25 lines
674 B
Makefile

noinst_SCRIPTS = filter_stderr filter_cachesim_discards
EXTRA_DIST = $(noinst_SCRIPTS) \
chdir.vgtest chdir.stderr.exp \
dlclose.vgtest dlclose.stderr.exp dlclose.stdout.exp \
fpu-28-108.vgtest fpu-28-108.stderr.exp \
insn_basic.vgtest insn_cmov.vgtest insn_mmx.vgtest \
insn_mmxext.vgtest insn_sse.vgtest insn_sse2.vgtest
check_PROGRAMS = \
chdir dlclose fpu-28-108 myprint.so
AM_CFLAGS = $(WERROR) -Winline -Wall -Wshadow -g
AM_CXXFLAGS = $(AM_CFLAGS)
AM_CCASFLAGS = $(AM_CFLAGS)
# C ones
chdir_SOURCES = chdir.c
dlclose_SOURCES = dlclose.c
dlclose_LDADD = -ldl
myprint_so_SOURCES = myprint.c
myprint_so_LDFLAGS = -shared
fpu_28_108_SOURCES = fpu-28-108.S