summaryrefslogtreecommitdiffstats
path: root/testsuites/fstests/Makefile.am
diff options
context:
space:
mode:
authorRalf Kirchner <ralf.kirchner@embedded-brains.de>2013-02-26 11:18:32 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-06-03 17:28:40 +0200
commitccd212efab198eadd2a5f057bb0e8e17c137d264 (patch)
treeef17f9f72f37678fce8afeb530ec0c3cba6f4651 /testsuites/fstests/Makefile.am
parentdosfs: UTF-8 Support: UI, backwards compatibility (diff)
downloadrtems-ccd212efab198eadd2a5f057bb0e8e17c137d264.tar.bz2
fsdosfsname01: New test
Test handling of file names and directory names according to Microsofts specification for the FAT file system. So far tested only for the default character set (code page 850).
Diffstat (limited to 'testsuites/fstests/Makefile.am')
-rw-r--r--testsuites/fstests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/fstests/Makefile.am b/testsuites/fstests/Makefile.am
index f39055ee28..068bbd42ca 100644
--- a/testsuites/fstests/Makefile.am
+++ b/testsuites/fstests/Makefile.am
@@ -1,6 +1,7 @@
ACLOCAL_AMFLAGS = -I ../aclocal
SUBDIRS =
+SUBDIRS += fsdosfsname01
SUBDIRS += fsdosfswrite01
SUBDIRS += fsdosfsformat01
SUBDIRS += fsfseeko01