regtest: callgrind bug497723 again, order of output can vary
[valgrind.git] / exp-bbv / tests / x86-linux / Makefile.am
blob96bb562542694f9dacca9ba61133be3809bc580a
1 include $(top_srcdir)/Makefile.tool-tests.am
3 dist_noinst_SCRIPTS = filter_stderr
5 check_PROGRAMS = \
6         ll clone_test
8 EXTRA_DIST = \
9            clone_test.stderr.exp \
10            clone_test.post.exp \
11            clone_test.vgtest \
12            ll.stderr.exp \
13            ll.stdout.exp \
14            ll.post.exp \
15            ll.vgtest
17 AM_CCASFLAGS += -ffreestanding -Xassembler -I$(top_srcdir)/exp-bbv/tests
19 AM_LDFLAGS = @FLAG_M32@ -static -nostartfiles -nodefaultlibs
21 clone_test_SOURCES = clone_test.S
22 ll_SOURCES = ll.S
24 AM_CCASFLAGS += @FLAG_M32@