summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2013-09-13 17:37:51 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2013-09-16 10:54:51 +0200
commitbdcf4102f71d1bc2a50f23d2d425d85c24ec0900 (patch)
treeb85adcc42551015c3f9c9b734cebe33a07e0f276 /testsuites
parentpsxtests/psxfile01: Fix according to POSIX (diff)
downloadrtems-bdcf4102f71d1bc2a50f23d2d425d85c24ec0900.tar.bz2
fstests/mdosfs_fstime: Remove test
The FAT file system is not conformant with the POSIX requirements.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/fstests/Makefile.am1
-rw-r--r--testsuites/fstests/configure.ac1
-rw-r--r--testsuites/fstests/mdosfs_fstime/Makefile.am33
3 files changed, 0 insertions, 35 deletions
diff --git a/testsuites/fstests/Makefile.am b/testsuites/fstests/Makefile.am
index 068bbd42ca..bfc8ebd6ea 100644
--- a/testsuites/fstests/Makefile.am
+++ b/testsuites/fstests/Makefile.am
@@ -17,7 +17,6 @@ SUBDIRS += mdosfs_fserror
SUBDIRS += mdosfs_fspatheval
SUBDIRS += mdosfs_fsrdwr
SUBDIRS += mdosfs_fsstatvfs
-SUBDIRS += mdosfs_fstime
SUBDIRS += mimfs_fserror
SUBDIRS += mimfs_fslink
SUBDIRS += mimfs_fspatheval
diff --git a/testsuites/fstests/configure.ac b/testsuites/fstests/configure.ac
index ec9845485e..bd28b31e87 100644
--- a/testsuites/fstests/configure.ac
+++ b/testsuites/fstests/configure.ac
@@ -93,7 +93,6 @@ mdosfs_fserror/Makefile
mdosfs_fspatheval/Makefile
mdosfs_fsrdwr/Makefile
mdosfs_fsstatvfs/Makefile
-mdosfs_fstime/Makefile
mimfs_fserror/Makefile
mimfs_fslink/Makefile
mimfs_fspatheval/Makefile
diff --git a/testsuites/fstests/mdosfs_fstime/Makefile.am b/testsuites/fstests/mdosfs_fstime/Makefile.am
deleted file mode 100644
index 14f58c5271..0000000000
--- a/testsuites/fstests/mdosfs_fstime/Makefile.am
+++ /dev/null
@@ -1,33 +0,0 @@
-
-rtems_tests_PROGRAMS = mdosfs_fstime
-mdosfs_fstime_SOURCES = ../fstime/test.c
-mdosfs_fstime_SOURCES += ../support/ramdisk_support.c
-mdosfs_fstime_SOURCES += ../support/fstest_support.c
-mdosfs_fstime_SOURCES += ../support/fstest_support.h
-mdosfs_fstime_SOURCES += ../support/ramdisk_support.h
-mdosfs_fstime_SOURCES += ../support/fstest.h
-mdosfs_fstime_SOURCES += ../../psxtests/include/pmacros.h
-mdosfs_fstime_SOURCES += ../mdosfs_support/fs_support.c
-mdosfs_fstime_SOURCES += ../mdosfs_support/fs_config.h
-
-#dist_rtems_tests_DATA = mdosfs_fstime.scn
-#dist_rtems_tests_DATA += mdosfs_fstime.doc
-
-include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
-include $(top_srcdir)/../automake/compile.am
-include $(top_srcdir)/../automake/leaf.am
-
-
-AM_CPPFLAGS += -I$(top_srcdir)/support
-AM_CPPFLAGS += -I$(top_srcdir)/mdosfs_support
-AM_CPPFLAGS += -I$(top_srcdir)/../support/include
-AM_CPPFLAGS += -I$(top_srcdir)/../psxtests/include
-
-LINK_OBJS = $(mdosfs_fstime_OBJECTS)
-LINK_LIBS = $(mdosfs_fstime_LDLIBS)
-
-mdosfs_fstime$(EXEEXT): $(mdosfs_fstime_OBJECTS) $(mdosfs_fstime_DEPENDENCIES)
- @rm -f mdosfs_fstime$(EXEEXT)
- $(make-exe)
-
-include $(top_srcdir)/../automake/local.am