summaryrefslogtreecommitdiffstats
path: root/c/src/tests
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:50:53 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:50:53 +0000
commite2ceeca77ee2caaa78ca194a7b1ed6dc63735d3d (patch)
tree91e416d0a655b76b39a857bccb13ef488efc290f /c/src/tests
parentChanged test 5 to test 10 at bottom (diff)
downloadrtems-e2ceeca77ee2caaa78ca194a7b1ed6dc63735d3d.tar.bz2
Added build_time statement to provide a tm for the test
Diffstat (limited to 'c/src/tests')
-rw-r--r--c/src/tests/psxtests/psx01/init.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/c/src/tests/psxtests/psx01/init.c b/c/src/tests/psxtests/psx01/init.c
index 632ec15274..845cf7cc3e 100644
--- a/c/src/tests/psxtests/psx01/init.c
+++ b/c/src/tests/psxtests/psx01/init.c
@@ -18,6 +18,8 @@ void *POSIX_Init(
void *argument
)
{
+ struct timespec tv;
+ struct timespec tr;
int status;
int priority;
pthread_t thread_id;
@@ -25,11 +27,11 @@ void *POSIX_Init(
time_t seconds1;
time_t remaining;
struct tm tm;
- struct timespec tv;
- struct timespec tr;
puts( "\n\n*** POSIX TEST 1 ***" );
+ build_time( &tm, TM_FRIDAY, TM_MAY, 24, 96, 11, 5, 0 );
+
/* error cases in clock_gettime and clock_settime */
puts( "Init: clock_gettime - EINVAL (invalid clockid)" );