repo.or.cz
/
valgrind.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bug 397083 - Likely false positive "uninitialised value(s)" for __wmemchr_avx2 and...
[valgrind.git]
/
exp-bbv
/
tests
/
arm-linux
/
Makefile.am
blob
d06b2d2192f2c816561fe2dc64c11458b380134a
1
include $(top_srcdir)/Makefile.tool-tests.am
2
3
dist_noinst_SCRIPTS = filter_stderr
4
5
check_PROGRAMS = \
6
million ll
7
8
EXTRA_DIST = \
9
ll.stderr.exp \
10
ll.stdout.exp \
11
ll.post.exp \
12
ll.vgtest \
13
million.stderr.exp \
14
million.post.exp \
15
million.vgtest
16
17
AM_CCASFLAGS += -ffreestanding -Xassembler -I$(top_srcdir)/exp-bbv/tests
18
19
AM_LDFLAGS = -nostartfiles -nodefaultlibs
20
21
ll_SOURCES = ll.S
22
million_SOURCES = million.S