Files
rtems/testsuites/samples/Makefile.am
Chris Johns 8db468ffde 2007-08-17 Chris Johns <chrisj@rtems.org>
* Makefile.am, README, configure.ac, capture/.cvsignore,
	capture/Makefile.am, capture/capture.doc, capture/capture.scn,
	capture/init.c, capture/system.h, capture/test1.c: Add a sample
	test for the capture engine.
2007-08-17 01:07:10 +00:00

30 lines
469 B
Makefile

##
## $Id$
##
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS = hello capture ticker base_sp unlimited minimum fileio
if MPTESTS
## base_mp is a sample multiprocessing test
SUBDIRS += base_mp
endif
SUBDIRS += paranoia
SUBDIRS += nsecs
if CXXTESTS
SUBDIRS += iostream cdtest
endif
if NETTESTS
## loopback tests a network loopback interface
SUBDIRS += loopback
SUBDIRS += pppd
endif
include $(top_srcdir)/../automake/subdirs.am
include $(top_srcdir)/../automake/local.am