Files
ftmemsim-valgrind/exp-bbv/tests/Makefile.am
Nicholas Nethercote 9c040c96bf Add exp-bbv to the tool-suite. I'm seeing a couple of amd64-linux test
failures, but they can be fixed up in-repo.  This resolves bug 198395.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10444
2009-07-14 01:39:54 +00:00

30 lines
536 B
Makefile

include $(top_srcdir)/Makefile.tool-tests.am
SUBDIRS = .
# Platform-specific tests
if VGCONF_ARCHS_INCLUDE_X86
SUBDIRS += x86
endif
if VGCONF_PLATFORMS_INCLUDE_X86_LINUX
SUBDIRS += x86-linux
endif
if VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX
SUBDIRS += amd64-linux
endif
if VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX
SUBDIRS += ppc32-linux
endif
DIST_SUBDIRS = x86 x86-linux amd64-linux ppc32-linux .
EXTRA_DIST = \
logo.include logo.lzss_new
check_PROGRAMS =
AM_CFLAGS += $(AM_FLAG_M3264_PRI)
AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)