source: rtems/testsuites/samples/Makefile.am @ 8db468f

4.104.114.84.95
Last change on this file since 8db468f was 8db468f, checked in by Chris Johns <chrisj@…>, on 08/17/07 at 01:07:10

2007-08-17 Chris Johns <chrisj@…>

  • 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.
  • Property mode set to 100644
File size: 469 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = hello capture ticker base_sp unlimited minimum fileio
8
9if MPTESTS
10## base_mp is a sample multiprocessing test
11SUBDIRS += base_mp
12endif
13
14SUBDIRS += paranoia
15
16SUBDIRS += nsecs
17
18if CXXTESTS
19SUBDIRS += iostream cdtest
20endif
21
22if NETTESTS
23## loopback tests a network loopback interface
24SUBDIRS += loopback
25SUBDIRS += pppd
26endif
27
28include $(top_srcdir)/../automake/subdirs.am
29include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.