Added termios test.

This commit is contained in:
Joel Sherrill
1997-10-23 15:09:50 +00:00
parent 3ee825e830
commit ee9669fc37
2 changed files with 10 additions and 8 deletions

15
configure vendored
View File

@@ -833,10 +833,11 @@ c/src/lib/libhwapi/support/dumpbuf/Makefile"
tests_mk="c/src/tests/libtests/Makefile \ tests_mk="c/src/tests/libtests/Makefile \
c/src/tests/libtests/cpuuse/Makefile \ c/src/tests/libtests/cpuuse/Makefile \
c/src/tests/libtests/malloctest/Makefile \ c/src/tests/libtests/malloctest/Makefile \
c/src/tests/libtests/monitor/Makefile \
c/src/tests/libtests/rtmonuse/Makefile \ c/src/tests/libtests/rtmonuse/Makefile \
c/src/tests/libtests/stackchk/Makefile \ c/src/tests/libtests/stackchk/Makefile \
c/src/tests/libtests/termios/Makefile \
c/src/tests/libtests/rtems++/Makefile \ c/src/tests/libtests/rtems++/Makefile \
c/src/tests/libtests/monitor/Makefile \
c/src/tests/mptests/Makefile \ c/src/tests/mptests/Makefile \
c/src/tests/mptests/mp01/Makefile \ c/src/tests/mptests/mp01/Makefile \
c/src/tests/mptests/mp01/node1/Makefile \ c/src/tests/mptests/mp01/node1/Makefile \
@@ -957,7 +958,7 @@ c/src/tests/tmtests/tmck/Makefile \
c/src/tests/tmtests/tmoverhd/Makefile" c/src/tests/tmtests/tmoverhd/Makefile"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
echo "configure:961: checking whether ${MAKE-make} sets \${MAKE}" >&5 echo "configure:962: checking whether ${MAKE-make} sets \${MAKE}" >&5
set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
@@ -1030,7 +1031,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi fi
echo $ac_n "checking host system type""... $ac_c" 1>&6 echo $ac_n "checking host system type""... $ac_c" 1>&6
echo "configure:1034: checking host system type" >&5 echo "configure:1035: checking host system type" >&5
host_alias=$host host_alias=$host
case "$host_alias" in case "$host_alias" in
@@ -1051,7 +1052,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$host" 1>&6 echo "$ac_t""$host" 1>&6
echo $ac_n "checking target system type""... $ac_c" 1>&6 echo $ac_n "checking target system type""... $ac_c" 1>&6
echo "configure:1055: checking target system type" >&5 echo "configure:1056: checking target system type" >&5
target_alias=$target target_alias=$target
case "$target_alias" in case "$target_alias" in
@@ -1069,7 +1070,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$target" 1>&6 echo "$ac_t""$target" 1>&6
echo $ac_n "checking build system type""... $ac_c" 1>&6 echo $ac_n "checking build system type""... $ac_c" 1>&6
echo "configure:1073: checking build system type" >&5 echo "configure:1074: checking build system type" >&5
build_alias=$build build_alias=$build
case "$build_alias" in case "$build_alias" in
@@ -1288,7 +1289,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args. # Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2 set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
echo "configure:1292: checking for $ac_word" >&5 echo "configure:1293: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else
@@ -1317,7 +1318,7 @@ test -n "$AWK" && break
done done
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
echo "configure:1321: checking whether ln -s works" >&5 echo "configure:1322: checking whether ln -s works" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6 echo $ac_n "(cached) $ac_c" 1>&6
else else

View File

@@ -284,10 +284,11 @@ c/src/lib/libhwapi/support/dumpbuf/Makefile"
tests_mk="c/src/tests/libtests/Makefile \ tests_mk="c/src/tests/libtests/Makefile \
c/src/tests/libtests/cpuuse/Makefile \ c/src/tests/libtests/cpuuse/Makefile \
c/src/tests/libtests/malloctest/Makefile \ c/src/tests/libtests/malloctest/Makefile \
c/src/tests/libtests/monitor/Makefile \
c/src/tests/libtests/rtmonuse/Makefile \ c/src/tests/libtests/rtmonuse/Makefile \
c/src/tests/libtests/stackchk/Makefile \ c/src/tests/libtests/stackchk/Makefile \
c/src/tests/libtests/termios/Makefile \
c/src/tests/libtests/rtems++/Makefile \ c/src/tests/libtests/rtems++/Makefile \
c/src/tests/libtests/monitor/Makefile \
c/src/tests/mptests/Makefile \ c/src/tests/mptests/Makefile \
c/src/tests/mptests/mp01/Makefile \ c/src/tests/mptests/mp01/Makefile \
c/src/tests/mptests/mp01/node1/Makefile \ c/src/tests/mptests/mp01/node1/Makefile \