summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxfile01
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:45:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:45:08 +0000
commit66c348cb12fe8bbe2d4274246ed54bbc52c04777 (patch)
tree5f48b805dd333df1f11260c1e1ab51a8677cad5c /testsuites/psxtests/psxfile01
parent2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-66c348cb12fe8bbe2d4274246ed54bbc52c04777.tar.bz2
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* include/pmacros.h, psx01/init.c, psx01/system.h, psx13/main.c, psxbarrier01/main.c, psxchroot01/main.c, psxfatal_support/init.c, psxfile01/main.c, psxfile01/test.c, psxmount/main.c, psxrdwrv/main.c, psxreaddir/main.c, psxrwlock01/main.c, psxspin01/main.c, psxstat/main.c, psxtime/main.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
Diffstat (limited to 'testsuites/psxtests/psxfile01')
-rw-r--r--testsuites/psxtests/psxfile01/main.c2
-rw-r--r--testsuites/psxtests/psxfile01/test.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxfile01/main.c b/testsuites/psxtests/psxfile01/main.c
index 3b864ac7e7..4a75d89fbe 100644
--- a/testsuites/psxtests/psxfile01/main.c
+++ b/testsuites/psxtests/psxfile01/main.c
@@ -11,7 +11,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include <bsp.h>
#include <pmacros.h>
diff --git a/testsuites/psxtests/psxfile01/test.c b/testsuites/psxtests/psxfile01/test.c
index fe14649218..6ab6366210 100644
--- a/testsuites/psxtests/psxfile01/test.c
+++ b/testsuites/psxtests/psxfile01/test.c
@@ -22,7 +22,7 @@
#include <stdio.h>
-#include <tmacros.h>
+#include <pmacros.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>