2 include $(top_srcdir)/Makefile.tool-tests.am
4 dist_noinst_SCRIPTS = filter_stderr filter_copy filter_user_histo
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
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