Home | History | Annotate | Download | only in s390x
      1 include $(top_srcdir)/Makefile.tool-tests.am
      2 
      3 dist_noinst_SCRIPTS = filter_stderr
      4 
      5 INSN_TESTS = clc clcle cvb cvd icm lpr tcxb lam_stam xc mvst add sub mul \
      6              and or xor insert div srst fold_And16 flogr sub_EI add_EI \
      7              and_EI or_EI xor_EI insert_EI mul_GE add_GE condloadstore \
      8              op_exception fgx stck stckf stcke stfle cksm mvcl clcl
      9 
     10 check_PROGRAMS = $(INSN_TESTS) \
     11 		 ex_sig \
     12 		 ex_clone \
     13 		 op00
     14 
     15 EXTRA_DIST = \
     16 	$(addsuffix .stderr.exp,$(INSN_TESTS)) \
     17 	$(addsuffix .stdout.exp,$(INSN_TESTS)) \
     18 	$(addsuffix .vgtest,$(INSN_TESTS)) \
     19 	ex_sig.stdout.exp ex_sig.stderr.exp ex_sig.vgtest \
     20 	ex_clone.stdout.exp ex_clone.stderr.exp ex_clone.vgtest \
     21 	op00.stderr.exp1 op00.stderr.exp2 op00.vgtest \
     22 	test.h opcodes.h add.h  and.h  div.h  insert.h \
     23 	mul.h  or.h  sub.h  test.h  xor.h
     24 
     25 AM_CFLAGS    += @FLAG_M64@
     26 AM_CXXFLAGS  += @FLAG_M64@
     27 AM_CCASFLAGS += @FLAG_M64@
     28 
     29 ex_clone_LDFLAGS = -lpthread
     30 tcxb_CFLAGS      = $(AM_CFLAGS) -std=gnu99
     31