blob: c3e217dafc4480760d997b00985f0bcbddf10cca [file] [log] [blame]
florian7d4a28b2015-04-23 15:20:00 +00001
2include $(top_srcdir)/Makefile.tool-tests.am
3
4dist_noinst_SCRIPTS = \
florian10ae6ad2015-08-11 20:37:28 +00005 filter_stderr
florian7d4a28b2015-04-23 15:20:00 +00006
7EXTRA_DIST = \
philippeda0a8cb2015-06-17 19:57:09 +00008 bug345887.stderr.exp bug345887.vgtest \
Elliott Hughesed398002017-06-21 14:41:24 -07009 cet_nops_fs.stderr.exp cet_nops_fs.stdout.exp cet_nops_fs.vgtest \
10 cet_nops_gs.stderr.exp cet_nops_gs.stdout.exp cet_nops_gs.vgtest \
philippeda0a8cb2015-06-17 19:57:09 +000011 map_32bits.stderr.exp map_32bits.vgtest
florian7d4a28b2015-04-23 15:20:00 +000012
13check_PROGRAMS = \
Elliott Hughesed398002017-06-21 14:41:24 -070014 bug345887 \
15 cet_nops_fs \
16 cet_nops_gs \
17 map_32bits
florian7d4a28b2015-04-23 15:20:00 +000018
19AM_CFLAGS += @FLAG_M64@
20AM_CXXFLAGS += @FLAG_M64@
21AM_CCASFLAGS += @FLAG_M64@