Nicholas Nethercote 4481c22c52 Move with-space to linux/, because it's hard to replicate on Darwin.
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@9569
2009-04-17 06:52:10 +00:00

25 lines
533 B
Makefile

include $(top_srcdir)/Makefile.tool-tests.am
noinst_SCRIPTS = filter_stderr
EXTRA_DIST = $(noinst_SCRIPTS) \
brk.stderr.exp brk.vgtest \
capget capget.stderr.exp \
stack_switch.stderr.exp stack_switch.vgtest \
timerfd-syscall timerfd-syscall.stderr.exp \
with-space.stderr.exp with-space.stdout.exp with-space.vgtest
check_PROGRAMS = \
brk \
capget \
stack_switch \
timerfd-syscall
AM_CFLAGS += $(AM_FLAG_M3264_PRI)
AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
stack_switch_LDADD = -lpthread
timerfd_syscall_LDADD = -lrt