regtest: callgrind bug497723 again, order of output can vary
[valgrind.git] / exp-bbv / tests / x86 / Makefile.am
blobd8be8803523a15792c1ea57559507c4c7a7ea1a9
1 include $(top_srcdir)/Makefile.tool-tests.am
3 dist_noinst_SCRIPTS = filter_stderr
5 check_PROGRAMS = \
6         million rep_prefix fldcw_check complex_rep
8 EXTRA_DIST = \
9            complex_rep.stderr.exp \
10            complex_rep.vgtest \
11            fldcw_check.stderr.exp \
12            fldcw_check.vgtest \
13            million.stderr.exp \
14            million.post.exp \
15            million.vgtest \
16            rep_prefix.stderr.exp \
17            rep_prefix.vgtest 
19 AM_CCASFLAGS += -ffreestanding
21 AM_LDFLAGS = @FLAG_M32@ -static -nostartfiles -nodefaultlibs
23 complex_rep_SOURCES = complex_rep.S
24 fldcw_check_SOURCES = fldcw_check.S
25 million_SOURCES = million.S
26 rep_prefix_SOURCES = rep_prefix.S
28 AM_CCASFLAGS += @FLAG_M32@