summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2011-09-07 07:43:15 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2011-09-07 07:43:15 +0000
commite5b2ed7a5d09049f67bf9e721ef07f0bc4f77e9e (patch)
tree715d917058515fc41886e37e1873966937956886 /testsuites
parent2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e5b2ed7a5d09049f67bf9e721ef07f0bc4f77e9e.tar.bz2
2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* imfs_support/fs_supprot.h, support/fstest.h, support/ramdisk_support.h: Don't include config.h.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/fstests/ChangeLog2
-rw-r--r--testsuites/fstests/imfs_support/fs_supprot.h5
-rw-r--r--testsuites/fstests/support/fstest.h6
-rw-r--r--testsuites/fstests/support/ramdisk_support.h4
4 files changed, 3 insertions, 14 deletions
diff --git a/testsuites/fstests/ChangeLog b/testsuites/fstests/ChangeLog
index 54701f4ba3..40ce4284b0 100644
--- a/testsuites/fstests/ChangeLog
+++ b/testsuites/fstests/ChangeLog
@@ -1,5 +1,7 @@
2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
+ * imfs_support/fs_supprot.h, support/fstest.h,
+ support/ramdisk_support.h: Don't include config.h.
* fserror/test.c, fslink/test.c, fspatheval/test.c,
fspermission/test.c, fsrdwr/init.c, fssymlink/test.c,
fstime/test.c, support/fstest_support.c, support/ramdisk_support.c:
diff --git a/testsuites/fstests/imfs_support/fs_supprot.h b/testsuites/fstests/imfs_support/fs_supprot.h
index 55c1f83c12..1112a84a83 100644
--- a/testsuites/fstests/imfs_support/fs_supprot.h
+++ b/testsuites/fstests/imfs_support/fs_supprot.h
@@ -8,11 +8,8 @@
*
* $Id$
*/
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-#include "pmacros.h"
+#include "pmacros.h"
#include "fs_config.h"
void test_initialize_filesystem(void)
diff --git a/testsuites/fstests/support/fstest.h b/testsuites/fstests/support/fstest.h
index 339fc594e7..27402873b7 100644
--- a/testsuites/fstests/support/fstest.h
+++ b/testsuites/fstests/support/fstest.h
@@ -12,10 +12,6 @@
#ifndef __FSTEST_H
#define __FSTEST_H
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#include "pmacros.h"
#define TIME_PRECISION (2)
@@ -59,5 +55,3 @@
#define BASE_FOR_TEST "/mnt"
#endif
-
-
diff --git a/testsuites/fstests/support/ramdisk_support.h b/testsuites/fstests/support/ramdisk_support.h
index 56c5918910..8a457181d3 100644
--- a/testsuites/fstests/support/ramdisk_support.h
+++ b/testsuites/fstests/support/ramdisk_support.h
@@ -11,10 +11,6 @@
#ifndef __RAMDISK_SUPPORT_H
#define __RAMDISK_SUPPORT_H
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#define RAMDISK_BLOCK_SIZE (512)
#define RAMDISK_BLOCK_COUNT (1024)
#define RAMDISK_PATH "/dev/ramdisk"