Home | History | Annotate | Download | only in tests
      1 
      2 include $(top_srcdir)/Makefile.tool-tests.am
      3 
      4 dist_noinst_SCRIPTS = \
      5 	check_headers_and_includes \
      6 	check_isa-2_06_cap \
      7 	check_isa-2_07_cap \
      8 	check_makefile_consistency \
      9 	check_dfp_cap \
     10 	check_vmx_cap \
     11 	filter_addresses \
     12 	filter_discards \
     13 	filter_libc \
     14 	filter_numbers \
     15 	filter_stderr_basic \
     16 	filter_sink \
     17 	filter_xml_frames \
     18 	platform_test \
     19 	post_regtest_checks \
     20 	vg_regtest
     21 
     22 noinst_HEADERS = \
     23 	asm.h \
     24 	malloc.h \
     25 	sys_mman.h
     26 
     27 check_PROGRAMS = \
     28 	arch_test \
     29 	os_test \
     30 	true \
     31 	x86_amd64_features \
     32 	s390x_features \
     33 	mips_features \
     34 	power_insn_available
     35 
     36 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)
     37 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
     38 
     39 if VGCONF_OS_IS_DARWIN
     40 x86_amd64_features_CFLAGS = $(AM_CFLAGS) -mdynamic-no-pic
     41 else
     42 x86_amd64_features_CFLAGS = $(AM_CFLAGS)
     43 endif
     44 
     45