source: rtems/testsuites/libtests/Makefile.am @ 9f69ac2

5
Last change on this file since 9f69ac2 was 9f69ac2, checked in by Sebastian Huber <sebastian.huber@…>, on 02/23/17 at 09:35:16

termios: Ignore carriage return early if desired

In case carriage return characters should be ignored in the input
(IGNCR), then drop them early before they reach the raw input buffer.
This makes it easier to calculate the content size of the raw input
buffer.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1ACLOCAL_AMFLAGS = -I ../aclocal
2
3_SUBDIRS = POSIX
4_SUBDIRS += termios09
5_SUBDIRS += libfdt01
6_SUBDIRS += defaultconfig01
7_SUBDIRS += pwdgrp02
8_SUBDIRS += shell01
9_SUBDIRS += pwdgrp01
10_SUBDIRS += crypt01
11_SUBDIRS += sha
12_SUBDIRS += i2c01
13_SUBDIRS += spi01
14_SUBDIRS += newlib01
15_SUBDIRS += block17
16_SUBDIRS += exit02
17_SUBDIRS += exit01
18_SUBDIRS += utf8proc01
19_SUBDIRS += md501
20_SUBDIRS += sparsedisk01
21_SUBDIRS += block16
22_SUBDIRS += block15
23_SUBDIRS += block14
24_SUBDIRS += block13
25_SUBDIRS += rbheap01
26_SUBDIRS += flashdisk01
27_SUBDIRS += capture01
28
29_SUBDIRS += bspcmdline01 cpuuse devfs01 devfs02 devfs03 devfs04 \
30    deviceio01 devnullfatal01 dumpbuf01 gxx01 top\
31    malloctest malloc02 malloc03 malloc04 heapwalk \
32    putenvtest monitor monitor02 rtmonuse stackchk stackchk01 \
33    termios termios01 termios02 termios03 termios04 termios05 \
34    termios06 termios07 termios08 \
35    tztest block01 block02 block03 block04 block05 block06 block07 \
36    block08 block09 block10 block11 block12 stringto01 \
37    tar01 tar02 tar03 \
38    math mathf mathl complex \
39    mouse01 uid01
40
41if NETTESTS
42if HAS_POSIX
43_SUBDIRS += mghttpd01
44endif
45_SUBDIRS += ftp01
46_SUBDIRS += networking01
47_SUBDIRS += syscall01
48endif
49
50if DLTESTS
51_SUBDIRS += dl01 dl02 dl03
52if HAS_CXX
53_SUBDIRS += dl04 dl05
54endif
55endif
56
57if DEBUGGERTESTS
58_SUBDIRS += debugger01
59endif
60
61include $(top_srcdir)/../automake/test-subdirs.am
62include $(top_srcdir)/../automake/local.am
Note: See TracBrowser for help on using the repository browser.