summaryrefslogtreecommitdiffstats
path: root/testsuites/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/configure.ac')
-rw-r--r--testsuites/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/configure.ac b/testsuites/configure.ac
index f83032b31b..001aab1691 100644
--- a/testsuites/configure.ac
+++ b/testsuites/configure.ac
@@ -34,7 +34,7 @@ esac
if test "$enable_tests" = "yes"; then
# do functionality tests first, then performance tests
- AC_CONFIG_SUBDIRS(libtests sptests psxtests)
+ AC_CONFIG_SUBDIRS(libtests sptests fstests psxtests)
if test "$rtems_cv_RTEMS_MULTIPROCESSING" = "yes"; then
AC_CONFIG_SUBDIRS(mptests)
fi