summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/configure.ac
diff options
context:
space:
mode:
authorRalf Kirchner <ralf.kirchner@embedded-brains.de>2012-12-05 13:43:34 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2012-12-05 15:26:48 +0100
commit42a22f0824c4618b864582804ce1440b548a462f (patch)
tree835abe13c7d2140f3efa8cf8c256928c0b32e1a0 /testsuites/fstests/configure.ac
parentdosfs: Block size optimization (diff)
downloadrtems-42a22f0824c4618b864582804ce1440b548a462f.tar.bz2
dosfs: Cluster write optimization
Separate cluster write from sector write for quick file write. New test fstests/fsdosfswrite01.
Diffstat (limited to 'testsuites/fstests/configure.ac')
-rw-r--r--testsuites/fstests/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/fstests/configure.ac b/testsuites/fstests/configure.ac
index 3496de4e15..4993beb7c5 100644
--- a/testsuites/fstests/configure.ac
+++ b/testsuites/fstests/configure.ac
@@ -77,6 +77,7 @@ AC_CHECK_SIZEOF([blkcnt_t])
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile
+fsdosfswrite01/Makefile
fsdosfsformat01/Makefile
fsfseeko01/Makefile
fsdosfssync01/Makefile