fstests: Use tmacros.h instead of pmacros.h

This avoids an extra include path.

Update #3818.
This commit is contained in:
Sebastian Huber
2019-11-11 14:24:45 +01:00
parent 0b520cb718
commit b88c7583b8
16 changed files with 16 additions and 17 deletions

View File

@@ -12,8 +12,7 @@ fs_screens =
fs_docs =
support_includes = -I$(top_srcdir)/../support/include
test_includes = -I$(top_srcdir)/support \
-I$(top_srcdir)/../psxtests/include
test_includes = -I$(top_srcdir)/support
if TEST_fsbdpart01
fs_tests += fsbdpart01

View File

@@ -23,7 +23,7 @@
#include "fstest.h"
#include "fs_config.h"
#include "pmacros.h"
#include <tmacros.h>
const char rtems_test_name[] = "FSERROR " FILESYSTEM;

View File

@@ -24,7 +24,7 @@
#include "fstest.h"
#include "fs_config.h"
#include "pmacros.h"
#include <tmacros.h>
const char rtems_test_name[] = "FSLINK " FILESYSTEM;

View File

@@ -22,7 +22,7 @@
#include "fstest.h"
#include "fs_config.h"
#include "pmacros.h"
#include <tmacros.h>
#define BUF_SIZE 100

View File

@@ -23,7 +23,7 @@
#include "fstest.h"
#include "fs_config.h"
#include "pmacros.h"
#include <tmacros.h>
const char rtems_test_name[] = "FSPERMISSION " FILESYSTEM;

View File

@@ -24,7 +24,7 @@
#include "fstest.h"
#include "fs_config.h"
#include "pmacros.h"
#include <tmacros.h>
const char rtems_test_name[] = "FSRDWR " FILESYSTEM;

View File

@@ -14,7 +14,7 @@
#include "fstest.h"
#include "fs_config.h"
#include "fstest_support.h"
#include "pmacros.h"
#include <tmacros.h>
#include <sys/stat.h>
#include <fcntl.h>

View File

@@ -16,7 +16,7 @@
#include "fstest.h"
#include "fs_config.h"
#include "pmacros.h"
#include <tmacros.h>
const char rtems_test_name[] = "FSSTATVFS " FILESYSTEM;

View File

@@ -24,7 +24,7 @@
#include "fstest.h"
#include "fs_config.h"
#include "pmacros.h"
#include <tmacros.h>
const char rtems_test_name[] = "FSSYMLINK " FILESYSTEM;

View File

@@ -25,7 +25,7 @@
#ifdef __rtems__
#include "fstest.h"
#include "fs_config.h"
#include "pmacros.h"
#include <tmacros.h>
const char rtems_test_name[] = "FSTIME " FILESYSTEM;
#else

View File

@@ -9,7 +9,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "pmacros.h"
#include <tmacros.h>
#include <sys/stat.h>

View File

@@ -15,7 +15,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "pmacros.h"
#include <tmacros.h>
#include <sys/stat.h>
#include <sys/types.h>

View File

@@ -9,7 +9,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "pmacros.h"
#include <tmacros.h>
#include "fs_config.h"

View File

@@ -10,7 +10,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "pmacros.h"
#include <tmacros.h>
#include <sys/stat.h>
#include <rtems/libio.h>

View File

@@ -10,7 +10,7 @@
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
#include "pmacros.h"
#include <tmacros.h>
#include <sys/stat.h>
#include <sys/types.h>

View File

@@ -27,7 +27,7 @@
#include "fs_config.h"
#include "fstest.h"
#include "pmacros.h"
#include <tmacros.h>
void *volatile prevent_compiler_optimizations;