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
Add missing zstd.h to coregrind Makefile.am noinst_HEADERS
[valgrind.git]
/
memcheck
/
tests
/
arm64
/
Makefile.am
blob
790732f4f6db993b13bbb170af8d1109f27147a1
1
2
include $(top_srcdir)/Makefile.tool-tests.am
3
4
dist_noinst_SCRIPTS = filter_stderr
5
6
7
EXTRA_DIST = \
8
bug484935.stderr.exp bug484935.vgtest
9
10
check_PROGRAMS = \
11
bug484935
12
13
14
AM_CFLAGS += @FLAG_M64@
15
AM_CXXFLAGS += @FLAG_M64@
16
AM_CCASFLAGS += @FLAG_M64@
17
18