Home | History | Annotate | Download | only in tests
      1 
      2 include $(top_srcdir)/Makefile.tool-tests.am
      3 
      4 SUBDIRS = .
      5 DIST_SUBDIRS = .
      6 
      7 dist_noinst_SCRIPTS = filter_stderr
      8 
      9 EXTRA_DIST = \
     10 	clreq.vgtest clreq.stderr.exp \
     11 	simwork1.vgtest simwork1.stdout.exp simwork1.stderr.exp \
     12 	simwork2.vgtest simwork2.stdout.exp simwork2.stderr.exp \
     13 	simwork3.vgtest simwork3.stdout.exp simwork3.stderr.exp \
     14 	simwork-both.vgtest simwork-both.stdout.exp simwork-both.stderr.exp \
     15 	simwork-branch.vgtest simwork-branch.stdout.exp simwork-branch.stderr.exp \
     16 	simwork-cache.vgtest simwork-cache.stdout.exp simwork-cache.stderr.exp \
     17 	notpower2.vgtest notpower2.stderr.exp \
     18 	notpower2-wb.vgtest notpower2-wb.stderr.exp \
     19 	notpower2-hwpref.vgtest notpower2-hwpref.stderr.exp \
     20 	notpower2-use.vgtest notpower2-use.stderr.exp \
     21 	threads.vgtest threads.stderr.exp \
     22 	threads-use.vgtest threads-use.stderr.exp
     23 
     24 check_PROGRAMS = clreq simwork threads
     25 
     26 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)
     27 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
     28 
     29 threads_LDADD = -lpthread
     30