summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile.in4
-rw-r--r--configure13
-rw-r--r--configure.in1
3 files changed, 10 insertions, 8 deletions
diff --git a/Makefile.in b/Makefile.in
index ce950b2f65..cf77889e15 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -57,8 +57,8 @@ endif
include $(RTEMS_ROOT)/make/main.cfg
MTARGETS = all install $(TARGET_VARIANTS) $(TARGET_VARIANTS:%=%_all) \
- $(TARGET_VARIANTS:%=%_install) clean_wrapup distclean clean_dirs \
- clean_tools install tests clean depend
+ $(TARGET_VARIANTS:%=%_install) $(TARGET_VARIANTS:%=%_tests) \
+ clean_wrapup distclean clean_dirs clean_tools tests clean depend
.PHONY: clean_modules mlink
diff --git a/configure b/configure
index cb5af59073..4c40c37874 100644
--- a/configure
+++ b/configure
@@ -836,6 +836,7 @@ c/src/tests/libtests/malloctest/Makefile \
c/src/tests/libtests/rtmonuse/Makefile \
c/src/tests/libtests/stackchk/Makefile \
c/src/tests/libtests/rtems++/Makefile \
+c/src/tests/libtests/monitor/Makefile \
c/src/tests/mptests/Makefile \
c/src/tests/mptests/mp01/Makefile \
c/src/tests/mptests/mp01/node1/Makefile \
@@ -956,7 +957,7 @@ c/src/tests/tmtests/tmck/Makefile \
c/src/tests/tmtests/tmoverhd/Makefile"
echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6
-echo "configure:960: checking whether ${MAKE-make} sets \${MAKE}" >&5
+echo "configure:961: checking whether ${MAKE-make} sets \${MAKE}" >&5
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
echo $ac_n "(cached) $ac_c" 1>&6
@@ -1029,7 +1030,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; }
fi
echo $ac_n "checking host system type""... $ac_c" 1>&6
-echo "configure:1033: checking host system type" >&5
+echo "configure:1034: checking host system type" >&5
host_alias=$host
case "$host_alias" in
@@ -1050,7 +1051,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$host" 1>&6
echo $ac_n "checking target system type""... $ac_c" 1>&6
-echo "configure:1054: checking target system type" >&5
+echo "configure:1055: checking target system type" >&5
target_alias=$target
case "$target_alias" in
@@ -1068,7 +1069,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'`
echo "$ac_t""$target" 1>&6
echo $ac_n "checking build system type""... $ac_c" 1>&6
-echo "configure:1072: checking build system type" >&5
+echo "configure:1073: checking build system type" >&5
build_alias=$build
case "$build_alias" in
@@ -1287,7 +1288,7 @@ do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-echo "configure:1291: checking for $ac_word" >&5
+echo "configure:1292: checking for $ac_word" >&5
if eval "test \"`echo '$''{'ac_cv_prog_AWK'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
@@ -1316,7 +1317,7 @@ test -n "$AWK" && break
done
echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6
-echo "configure:1320: checking whether ln -s works" >&5
+echo "configure:1321: checking whether ln -s works" >&5
if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then
echo $ac_n "(cached) $ac_c" 1>&6
else
diff --git a/configure.in b/configure.in
index b256e6324b..4f75c98841 100644
--- a/configure.in
+++ b/configure.in
@@ -287,6 +287,7 @@ c/src/tests/libtests/malloctest/Makefile \
c/src/tests/libtests/rtmonuse/Makefile \
c/src/tests/libtests/stackchk/Makefile \
c/src/tests/libtests/rtems++/Makefile \
+c/src/tests/libtests/monitor/Makefile \
c/src/tests/mptests/Makefile \
c/src/tests/mptests/mp01/Makefile \
c/src/tests/mptests/mp01/node1/Makefile \