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