Home | History | Annotate | Download | only in linux
      1 
      2 include $(top_srcdir)/Makefile.tool-tests.am
      3 
      4 dist_noinst_SCRIPTS = filter_stderr
      5 
      6 EXTRA_DIST = \
      7 	blockfault.stderr.exp blockfault.vgtest \
      8 	brk-overflow1.stderr.exp brk-overflow1.vgtest \
      9 	brk-overflow2.stderr.exp brk-overflow2.vgtest \
     10 	clonev.stdout.exp clonev.stderr.exp clonev.vgtest \
     11 	mremap.stderr.exp mremap.stderr.exp-glibc27 mremap.stdout.exp \
     12 	    mremap.vgtest \
     13 	mremap2.stderr.exp mremap2.stdout.exp mremap2.vgtest \
     14 	mremap3.stderr.exp mremap3.stdout.exp mremap3.vgtest \
     15 	mremap4.stderr.exp mremap4.vgtest \
     16 	mremap5.stderr.exp mremap5.vgtest \
     17 	mremap6.stderr.exp mremap6.vgtest \
     18 	pthread-stack.stderr.exp pthread-stack.vgtest \
     19 	stack-overflow.stderr.exp stack-overflow.vgtest
     20 
     21 check_PROGRAMS = \
     22 	blockfault \
     23 	brk-overflow1 \
     24 	brk-overflow2 \
     25 	clonev \
     26 	mremap \
     27 	mremap2 \
     28 	mremap3 \
     29 	mremap4 \
     30 	mremap5 \
     31 	mremap6 \
     32 	pthread-stack \
     33 	stack-overflow
     34 
     35 
     36 AM_CFLAGS   += $(AM_FLAG_M3264_PRI)
     37 AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
     38 
     39 # Special needs
     40 clonev_LDADD = -lpthread
     41 pthread_stack_LDADD = -lpthread
     42 
     43 stack_overflow_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@ \
     44 			@FLAG_W_NO_INFINITE_RECURSION@
     45