source: rtems/testsuites/libtests/Makefile.am @ 78da8ac3

4.115
Last change on this file since 78da8ac3 was 78da8ac3, checked in by Joel Sherrill <joel.sherrill@…>, on 07/19/10 at 13:54:47

2010-07-19 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac, termios06/init.c: Add initial tests for XON/XOFF and VMIN/VMAX cases.
  • termios07/.cvsignore, termios07/Makefile.am, termios07/init.c, termios07/termios07.doc, termios07/termios07.scn, termios08/.cvsignore, termios08/Makefile.am, termios08/init.c, termios08/termios08.doc, termios08/termios08.scn: New files.
  • Property mode set to 100644
File size: 555 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = POSIX
8
9SUBDIRS += bspcmdline01 cpuuse devfs01 gxx01 \
10    malloctest malloc02 malloc03 malloc04 malloc05 heapwalk \
11    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
12    termios termios01 termios02 termios03 termios04 termios05 \
13    termios06 termios07 termios08 \
14    rtems++ tztest block01 block02 block03 block04 block05 block06 block07 \
15    block08 block09 block10 stringto01 \
16    tar03
17
18include $(top_srcdir)/../automake/subdirs.am
19include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.