forked from Imagelibrary/rtems
fstests: Use tmacros.h instead of pmacros.h
This avoids an extra include path. Update #3818.
This commit is contained in:
@@ -12,8 +12,7 @@ fs_screens =
|
|||||||
fs_docs =
|
fs_docs =
|
||||||
|
|
||||||
support_includes = -I$(top_srcdir)/../support/include
|
support_includes = -I$(top_srcdir)/../support/include
|
||||||
test_includes = -I$(top_srcdir)/support \
|
test_includes = -I$(top_srcdir)/support
|
||||||
-I$(top_srcdir)/../psxtests/include
|
|
||||||
|
|
||||||
if TEST_fsbdpart01
|
if TEST_fsbdpart01
|
||||||
fs_tests += fsbdpart01
|
fs_tests += fsbdpart01
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "fstest.h"
|
#include "fstest.h"
|
||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
const char rtems_test_name[] = "FSERROR " FILESYSTEM;
|
const char rtems_test_name[] = "FSERROR " FILESYSTEM;
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include "fstest.h"
|
#include "fstest.h"
|
||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
const char rtems_test_name[] = "FSLINK " FILESYSTEM;
|
const char rtems_test_name[] = "FSLINK " FILESYSTEM;
|
||||||
|
|
||||||
|
|||||||
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
#include "fstest.h"
|
#include "fstest.h"
|
||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
#define BUF_SIZE 100
|
#define BUF_SIZE 100
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "fstest.h"
|
#include "fstest.h"
|
||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
const char rtems_test_name[] = "FSPERMISSION " FILESYSTEM;
|
const char rtems_test_name[] = "FSPERMISSION " FILESYSTEM;
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include "fstest.h"
|
#include "fstest.h"
|
||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
const char rtems_test_name[] = "FSRDWR " FILESYSTEM;
|
const char rtems_test_name[] = "FSRDWR " FILESYSTEM;
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@
|
|||||||
#include "fstest.h"
|
#include "fstest.h"
|
||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
#include "fstest_support.h"
|
#include "fstest_support.h"
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|||||||
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
#include "fstest.h"
|
#include "fstest.h"
|
||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
const char rtems_test_name[] = "FSSTATVFS " FILESYSTEM;
|
const char rtems_test_name[] = "FSSTATVFS " FILESYSTEM;
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
|
|
||||||
#include "fstest.h"
|
#include "fstest.h"
|
||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
const char rtems_test_name[] = "FSSYMLINK " FILESYSTEM;
|
const char rtems_test_name[] = "FSSYMLINK " FILESYSTEM;
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@
|
|||||||
#ifdef __rtems__
|
#ifdef __rtems__
|
||||||
#include "fstest.h"
|
#include "fstest.h"
|
||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
const char rtems_test_name[] = "FSTIME " FILESYSTEM;
|
const char rtems_test_name[] = "FSTIME " FILESYSTEM;
|
||||||
#else
|
#else
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,7 @@
|
|||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
|
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <rtems/libio.h>
|
#include <rtems/libio.h>
|
||||||
|
|||||||
@@ -10,7 +10,7 @@
|
|||||||
#ifdef HAVE_CONFIG_H
|
#ifdef HAVE_CONFIG_H
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#endif
|
#endif
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|||||||
@@ -27,7 +27,7 @@
|
|||||||
#include "fs_config.h"
|
#include "fs_config.h"
|
||||||
|
|
||||||
#include "fstest.h"
|
#include "fstest.h"
|
||||||
#include "pmacros.h"
|
#include <tmacros.h>
|
||||||
|
|
||||||
void *volatile prevent_compiler_optimizations;
|
void *volatile prevent_compiler_optimizations;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user