summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-20 21:30:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-04-20 21:30:36 +0000
commit0e89af816c7a78c8d6241e7cf077acdfc0d1a82b (patch)
tree7a606f3d424442a054fa084501a6b693190f0176 /testsuites
parent2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-0e89af816c7a78c8d6241e7cf077acdfc0d1a82b.tar.bz2
2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Add fstests.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog4
-rw-r--r--testsuites/configure.ac2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 958fd03fbf..917714a88d 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-20 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * configure.ac: Add fstests.
+
2011-03-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/env-rtemsbsp.m4, aclocal/rtems-top.m4, aclocal/version.m4:
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