1 include $(top_srcdir)/Makefile.tool-tests.am
3 dist_noinst_SCRIPTS = filter_stderr
5 INSN_TESTS = cdsg cli cu21 cu42 ltgjhe vstrc vfae vistr vstrs
7 check_PROGRAMS = $(INSN_TESTS)
10 $(addsuffix .stderr.exp,$(INSN_TESTS)) \
11 $(addsuffix .stdout.exp,$(INSN_TESTS)) \
12 $(addsuffix .vgtest,$(INSN_TESTS))
14 AM_CFLAGS += @FLAG_M64@
15 AM_CXXFLAGS += @FLAG_M64@
16 AM_CCASFLAGS += @FLAG_M64@
18 vstrc_CFLAGS = $(AM_CFLAGS) -march=z13
19 vfae_CFLAGS = $(AM_CFLAGS) -march=z13
20 vistr_CFLAGS = $(AM_CFLAGS) -march=z13
21 vstrs_CFLAGS = $(AM_CFLAGS) -march=z13