<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>change log for rtems-testing (2011-06-11)</title>
</head>
<body text='#000000' bgcolor='#ffffff'>
<a name='cs1'></a>
<table border='0' cellspacing='0' cellpadding='5' width='100%' bgcolor='#eeeeee'>
<tr><td colspan='3' bgcolor='#dddddd'>
 <font color='#bb2222'><strong>joel</strong></font>
</td></tr>
<tr><td colspan='3' bgcolor='#dddddd'><pre>2011-06-10 Joel Sherrill <joel.sherrill@oarcorp.com>

        * psxtmtest_single/init.c: More meat.
</pre></td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/ChangeLog.diff?r1=text&tr1=1.9&r2=text&tr2=1.10&diff_format=h">M</a></td><td width='1%'>1.10</td><td width='100%'>rtems-test-template/ChangeLog</td></tr>
<tr><td width='1%'><a href="http://www.rtems.com/cgi-bin/viewcvs.cgi//rtems-testing/rtems-test-template/psxtmtest_single/init.c.diff?r1=text&tr1=1.1&r2=text&tr2=1.2&diff_format=h">M</a></td><td width='1%'>1.2</td><td width='100%'>rtems-test-template/psxtmtest_single/init.c</td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/rtems-test-template/ChangeLog:1.9 rtems-testing/rtems-test-template/ChangeLog:1.10
--- rtems-testing/rtems-test-template/ChangeLog:1.9     Sun Mar 13 17:17:27 2011
+++ rtems-testing/rtems-test-template/ChangeLog Fri Jun 10 08:19:07 2011
</font><font color='#997700'>@@ -1,3 +1,7 @@
</font><font color='#000088'>+2011-06-10    Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * psxtmtest_single/init.c: More meat.
+
</font> 2011-03-13        Joel Sherrill <joel.sherrilL@OARcorp.com>
 
        * psxtest_with_thread/.init.c.swp: Removed.

<font color='#006600'>diff -u rtems-testing/rtems-test-template/psxtmtest_single/init.c:1.1 rtems-testing/rtems-test-template/psxtmtest_single/init.c:1.2
--- rtems-testing/rtems-test-template/psxtmtest_single/init.c:1.1       Fri Nov  5 14:33:03 2010
+++ rtems-testing/rtems-test-template/psxtmtest_single/init.c   Fri Jun 10 08:19:07 2011
</font><font color='#997700'>@@ -1,5 +1,5 @@
</font> /*
<font color='#880000'>- *  COPYRIGHT (c) 1989-2010.
</font><font color='#000088'>+ *  COPYRIGHT (c) 1989-2011.
</font>  *  On-Line Applications Research Corporation (OAR).
  *
  *  The license and distribution terms for this file may be
<font color='#997700'>@@ -18,10 +18,26 @@
</font>   void *argument
 )
 {
<font color='#000088'>+  long end_time;
+
</font>   puts( "\n\n*** POSIX TIME TEST @DESC@ ***" );
 
<font color='#880000'>-  /* XXX test code goes here */
-<span style="background-color: #FF0000">  </span>
</font><font color='#000088'>+  /* XXX any required initialization goes here */
+
+  benchmark_timer_initialize();
+
+  /* XXX single shot operation goes here */
+
+  end_time = benchmark_timer_read();
+
+  put_time(
+    "@DESC@",
+    end_time,
+    OPERATION_COUNT,
+    0,
+    0
+  );
+
</font>   puts( "*** END OF POSIX TIME TEST @DESC@ ***" );
 
   rtems_test_exit(0);
<font color='#997700'>@@ -32,7 +48,7 @@
</font> #define CONFIGURE_APPLICATION_NEEDS_CONSOLE_DRIVER
 #define CONFIGURE_APPLICATION_NEEDS_TIMER_DRIVER
 
<font color='#880000'>-#define CONFIGURE_MAXIMUM_POSIX_THREADS     2
</font><font color='#000088'>+#define CONFIGURE_MAXIMUM_POSIX_THREADS     1
</font> #define CONFIGURE_POSIX_INIT_THREAD_TABLE
 
 #define CONFIGURE_INIT
</pre>
<p> </p>

<p>--<br />
<small>Generated by <a href="http://www.codewiz.org/projects/index.html#loginfo">Deluxe Loginfo</a> 2.122 by Bernardo Innocenti <bernie@develer.com></small></p>
</body>
</html>