mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-26 14:18:20 +00:00
* 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.
30 lines
469 B
Makefile
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
|