Files
ftmemsim-valgrind/exp-bbv/tests/x86/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

29 lines
645 B
Makefile

include $(top_srcdir)/Makefile.tool-tests.am
dist_noinst_SCRIPTS = filter_stderr
check_PROGRAMS = \
million rep_prefix fldcw_check complex_rep
EXTRA_DIST = \
complex_rep.stderr.exp \
complex_rep.vgtest \
fldcw_check.stderr.exp \
fldcw_check.vgtest \
million.stderr.exp \
million.post.exp \
million.vgtest \
rep_prefix.stderr.exp \
rep_prefix.vgtest
AM_CCASFLAGS += -ffreestanding
LDFLAGS += @FLAG_M32@ -static -nostartfiles -nodefaultlibs
complex_rep_SOURCES = complex_rep.S
fldcw_check_SOURCES = fldcw_check.S
million_SOURCES = million.S
rep_prefix_SOURCES = rep_prefix.S
AM_CCASFLAGS += @FLAG_M32@