Home | History | Annotate | Download | only in tests
      1 
      2 include $(top_srcdir)/Makefile.tool-tests.am
      3 
      4 SUBDIRS = .
      5 
      6 # Platform-specific tests
      7 if VGCONF_ARCHS_INCLUDE_X86
      8 SUBDIRS += x86
      9 endif
     10 if VGCONF_PLATFORMS_INCLUDE_X86_LINUX
     11 SUBDIRS += x86-linux
     12 endif
     13 if VGCONF_PLATFORMS_INCLUDE_AMD64_LINUX
     14 SUBDIRS += amd64-linux
     15 endif
     16 if VGCONF_PLATFORMS_INCLUDE_PPC32_LINUX
     17 SUBDIRS += ppc32-linux
     18 endif
     19 if VGCONF_PLATFORMS_INCLUDE_ARM_LINUX
     20 SUBDIRS += arm-linux
     21 endif
     22 
     23 DIST_SUBDIRS = x86 x86-linux amd64-linux ppc32-linux arm-linux .
     24 
     25 dist_noinst_SCRIPTS = \
     26 	filter_bb \
     27 	filter_stderr
     28 
     29 EXTRA_DIST = \
     30 	   logo.include logo.lzss_new
     31 	
     32 check_PROGRAMS = 
     33 	
     34 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)
     35 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
     36 
     37