2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>

* 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:
	Explicitly include "pmacros.h".
	* support/fstest.h: Don't include "pmacros.h".
This commit is contained in:
Ralf Corsepius
2011-09-30 03:07:21 +00:00
parent bf08a0f2a7
commit 32448524b6
11 changed files with 20 additions and 2 deletions

View File

@@ -1,3 +1,11 @@
2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* 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:
Explicitly include "pmacros.h".
* support/fstest.h: Don't include "pmacros.h".
2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org>
* imfs_support/fs_supprot.h, support/fstest.h,

View File

@@ -24,6 +24,7 @@
#include <unistd.h>
#include "fstest.h"
#include "pmacros.h"
void open_mkdir_error (void)
{

View File

@@ -25,6 +25,7 @@
#include <math.h>
#include "fstest.h"
#include "pmacros.h"
/*
* Test if the successful call works as expect

View File

@@ -23,6 +23,7 @@
#include <unistd.h>
#include "fstest.h"
#include "pmacros.h"
#define BUF_SIZE 100

View File

@@ -25,6 +25,7 @@
#include <unistd.h>
#include "fstest.h"
#include "pmacros.h"
/*
* Test the umask

View File

@@ -24,6 +24,7 @@
#include <unistd.h>
#include "fstest.h"
#include "pmacros.h"
const char *databuf =
"Happy days are here again. Happy days are here again.1Happy "

View File

@@ -26,6 +26,7 @@
#include <dirent.h>
#include "fstest.h"
#include "pmacros.h"
/*
* Test the function of symlink

View File

@@ -24,7 +24,9 @@
#include <string.h>
#include <unistd.h>
#include <utime.h>
#include "fstest.h"
#include "pmacros.h"
void time_test01 (void)
{

View File

@@ -12,8 +12,6 @@
#ifndef __FSTEST_H
#define __FSTEST_H
#include "pmacros.h"
#define TIME_PRECISION (2)
#define TIME_EQUAL(x,y) (abs((x)-(y))<TIME_PRECISION)

View File

@@ -18,6 +18,7 @@
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include <stdlib.h> /* exit */
#include <sys/stat.h>
#include <sys/types.h>
@@ -27,6 +28,7 @@
#include "fs_config.h"
#include "fstest.h"
#include "pmacros.h"
#define TEMP_DIR "waterbuffalo"

View File

@@ -19,6 +19,8 @@
#include "ramdisk_support.h"
#include "fstest.h"
#include "pmacros.h"
/*
* Ramdisk information
*/