regtest: dhat/tests/user_histo1 filter out summary
[valgrind.git] / dhat / tests / Makefile.am
blob818cc10d084a60de7b1a8725e7299c45b82b10d1
2 include $(top_srcdir)/Makefile.tool-tests.am
4 dist_noinst_SCRIPTS = filter_stderr filter_copy filter_user_histo
6 EXTRA_DIST = \
7         acc.stderr.exp acc.vgtest \
8         ad-hoc.stderr.exp ad-hoc.vgtest \
9         basic.stderr.exp basic.vgtest \
10         big.stderr.exp big.vgtest \
11         copy.stderr.exp copy.vgtest \
12         empty.stderr.exp empty.vgtest \
13         sig.stderr.exp sig.vgtest \
14         single.stderr.exp single.vgtest \
15         user_histo1.stderr.exp user_histo1.vgtest \
16         user_histo1.stdout.exp
18 check_PROGRAMS = \
19         acc \
20         ad-hoc \
21         basic \
22         big \
23         copy \
24         empty \
25         sig \
26         single \
27         user_histo1
29 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)
30 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
32 # We don't care about uninitialized or unused malloc results
33 basic_CFLAGS  = $(AM_CFLAGS) -Wno-uninitialized
34 big_CFLAGS  = $(AM_CFLAGS) -Wno-unused-result
36 # Prevent the copying functions from being inlined
37 copy_CFLAGS = $(AM_CFLAGS) -fno-builtin
39 user_histo1_SOURCES = user_histo1.cpp