panthema / 2010 / stx-execpipe / stx-execpipe-0.7.1 / testsuite / Makefile.am (Download File)
# $Id: Makefile.am 16 2010-07-30 15:04:11Z tb $

noinst_PROGRAMS = test_ringbuffer test_execpipe test_segfault

TESTS = test_ringbuffer test_execpipe

test_ringbuffer_SOURCES = test_ringbuffer.cc

test_execpipe_SOURCES = test_execpipe.cc

test_segfault_SOURCES = test_segfault.cc

AM_CXXFLAGS = -g -W -Wall -Wno-old-style-cast -I$(top_srcdir)/src

LDADD = $(top_builddir)/src/libstx-execpipe.a