Changeset 32448524 in rtems
- Timestamp:
- 09/30/11 03:07:21 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- 2d545843
- Parents:
- bf08a0f
- Location:
- testsuites/fstests
- Files:
-
- 11 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/fstests/ChangeLog
rbf08a0f r32448524 1 2011-09-30 Ralf Corsépius <ralf.corsepius@rtems.org> 2 3 * fserror/test.c, fslink/test.c, fspatheval/test.c, 4 fspermission/test.c, fsrdwr/init.c, fssymlink/test.c, 5 fstime/test.c, support/fstest_support.c, support/ramdisk_support.c: 6 Explicitly include "pmacros.h". 7 * support/fstest.h: Don't include "pmacros.h". 8 1 9 2011-09-07 Ralf Corsépius <ralf.corsepius@rtems.org> 2 10 -
testsuites/fstests/fserror/test.c
rbf08a0f r32448524 25 25 26 26 #include "fstest.h" 27 #include "pmacros.h" 27 28 28 29 void open_mkdir_error (void) -
testsuites/fstests/fslink/test.c
rbf08a0f r32448524 26 26 27 27 #include "fstest.h" 28 #include "pmacros.h" 28 29 29 30 /* -
testsuites/fstests/fspatheval/test.c
rbf08a0f r32448524 24 24 25 25 #include "fstest.h" 26 #include "pmacros.h" 26 27 27 28 #define BUF_SIZE 100 -
testsuites/fstests/fspermission/test.c
rbf08a0f r32448524 26 26 27 27 #include "fstest.h" 28 #include "pmacros.h" 28 29 29 30 /* -
testsuites/fstests/fsrdwr/init.c
rbf08a0f r32448524 25 25 26 26 #include "fstest.h" 27 #include "pmacros.h" 27 28 28 29 const char *databuf = -
testsuites/fstests/fssymlink/test.c
rbf08a0f r32448524 27 27 28 28 #include "fstest.h" 29 #include "pmacros.h" 29 30 30 31 /* -
testsuites/fstests/fstime/test.c
rbf08a0f r32448524 25 25 #include <unistd.h> 26 26 #include <utime.h> 27 27 28 #include "fstest.h" 29 #include "pmacros.h" 28 30 29 31 void time_test01 (void) -
testsuites/fstests/support/fstest.h
rbf08a0f r32448524 12 12 #ifndef __FSTEST_H 13 13 #define __FSTEST_H 14 15 #include "pmacros.h"16 14 17 15 #define TIME_PRECISION (2) -
testsuites/fstests/support/fstest_support.c
rbf08a0f r32448524 19 19 #include <string.h> 20 20 #include <unistd.h> 21 #include <stdlib.h> /* exit */ 21 22 #include <sys/stat.h> 22 23 #include <sys/types.h> … … 28 29 29 30 #include "fstest.h" 31 #include "pmacros.h" 30 32 31 33 #define TEMP_DIR "waterbuffalo" -
testsuites/fstests/support/ramdisk_support.c
rbf08a0f r32448524 20 20 #include "ramdisk_support.h" 21 21 #include "fstest.h" 22 #include "pmacros.h" 23 22 24 /* 23 25 * Ramdisk information
Note: See TracChangeset
for help on using the changeset viewer.