1
2include $(top_srcdir)/Makefile.tool-tests.am
3
4dist_noinst_SCRIPTS = \
5	filter_stderr filter_minimal
6
7EXTRA_DIST = \
8	bug341419.vgtest bug341419.stderr.exp \
9	cet_nops_gs.stderr.exp cet_nops_gs.stdout.exp cet_nops_gs.vgtest
10
11check_PROGRAMS = \
12	bug341419 \
13	cet_nops_gs
14
15AM_CFLAGS    += @FLAG_M64@
16AM_CXXFLAGS  += @FLAG_M64@
17AM_CCASFLAGS += @FLAG_M64@
18