source: rtems/testsuites/samples/Makefile.am @ 33a105fb

4.115
Last change on this file since 33a105fb was 33a105fb, checked in by Joel Sherrill <joel.sherrill@…>, on 05/07/12 at 16:08:48

Revert: Remove CVS Ids

See http://www.rtems.org/pipermail/rtems-devel/2012-May/001006.html
for details.

  • 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.