summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/Makefile.am
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-23 10:35:16 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-02-28 08:51:31 +0100
commit9f69ac2a9dead44b62842081c8357b4dcd23dcaa (patch)
tree176daa49e3a86c37baff9f3f0643d22741eaf1b8 /testsuites/libtests/Makefile.am
parenttermios: Protect raw input buffer with device lock (diff)
downloadrtems-9f69ac2a9dead44b62842081c8357b4dcd23dcaa.tar.bz2
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.
Diffstat (limited to 'testsuites/libtests/Makefile.am')
-rw-r--r--testsuites/libtests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/libtests/Makefile.am b/testsuites/libtests/Makefile.am
index 9ff4394f9e..286875d143 100644
--- a/testsuites/libtests/Makefile.am
+++ b/testsuites/libtests/Makefile.am
@@ -1,6 +1,7 @@
ACLOCAL_AMFLAGS = -I ../aclocal
_SUBDIRS = POSIX
+_SUBDIRS += termios09
_SUBDIRS += libfdt01
_SUBDIRS += defaultconfig01
_SUBDIRS += pwdgrp02