source: rtems/testsuites/libtests/Makefile.am @ 809fb589

4.104.115
Last change on this file since 809fb589 was 4d5b156, checked in by Joel Sherrill <joel.sherrill@…>, on 08/15/09 at 17:54:48

2009-08-15 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: Add new test to exercise tcgetattr and tcsetattr. Does a variety of baud, parity, stop bits, and bits per character with the assistance of a special test driver which prints the requests.
  • termios01/.cvsignore, termios01/Makefile.am, termios01/init.c, termios01/termios01.doc, termios01/termios01.scn, termios01/termios_testdriver.c, termios01/termios_testdriver.h: New files.
  • Property mode set to 100644
File size: 273 bytes
Line 
1##
2## $Id$
3##
4
5ACLOCAL_AMFLAGS = -I ../aclocal
6
7SUBDIRS = bspcmdline01 cpuuse malloctest heapwalk putenvtest monitor \
8    monitor02 rtmonuse stackchk termios termios01 rtems++ tztest
9
10include $(top_srcdir)/../automake/subdirs.am
11include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.