summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxstat
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/psxstat
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/psxstat')
-rw-r--r--testsuites/psxtests/psxstat/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxstat/main.c b/testsuites/psxtests/psxstat/main.c
index f4eb9e133e..ed5d5b60f6 100644
--- a/testsuites/psxtests/psxstat/main.c
+++ b/testsuites/psxtests/psxstat/main.c
@@ -11,7 +11,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include <bsp.h>
#include <pmacros.h>