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-linux
/
Makefile.am
blob
284d83f80194944e5da85cf5841177780dc1accb
1
2
include $(top_srcdir)/Makefile.tool-tests.am
3
4
dist_noinst_SCRIPTS = \
5
filter_stderr
6
7
noinst_HEADERS = scalar.h
8
9
EXTRA_DIST = \
10
scalar.stderr.exp scalar.vgtest
11
12
check_PROGRAMS = \
13
scalar
14
15
16
AM_CFLAGS += @FLAG_M64@
17
AM_CXXFLAGS += @FLAG_M64@
18
AM_CCASFLAGS += @FLAG_M64@
19