summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-26 16:15:01 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-02 07:11:03 +0200
commit397df7acd8f2b865a81cdfe193cfbb0ccc069521 (patch)
tree91bcd2006cf699d3cab20bc0b7512c9eca8882a2 /configure.ac
parenttests: Remove configure feature checks (diff)
downloadrtems-397df7acd8f2b865a81cdfe193cfbb0ccc069521.tar.bz2
tests: Remove difftest and sorttimes tools
Close #3418.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 2d0a2056b3..c245c5ab74 100644
--- a/configure.ac
+++ b/configure.ac
@@ -43,12 +43,6 @@ test -z "$RTEMS_CC" && AC_MSG_ERROR([no acceptable cc found in \$PATH])
RTEMS_BUILD_CONFIG_SUBDIRS([tools/build])
RTEMS_BUILD_CONFIG_SUBDIRS([tools/cpu])
-case $enable_tests in
-yes | samples )
- RTEMS_BUILD_CONFIG_SUBDIRS([testsuites/tools])
- ;;
-esac
-
# Some BSPs carelessly apply these tools as build-tools
AS_IF([test $host != $build],[
RTEMS_HOST_CONFIG_SUBDIRS([tools/build])