<!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-13)</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-13 Joel Sherrill <joel.sherrill@oarcorp.com>

        * smptest/Makefile.am: New file.
</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.11&r2=text&tr2=1.12&diff_format=h">M</a></td><td width='1%'>1.12</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/smptest/Makefile.am?rev=1.1&content-type=text/vnd.viewcvs-markup">A</a></td><td width='1%'><font color="#000088">1.1</font></td><td width='100%'><font color="#000088">rtems-test-template/smptest/Makefile.am</font></td></tr>
</table>
<pre>
<font color='#006600'>diff -u rtems-testing/rtems-test-template/ChangeLog:1.11 rtems-testing/rtems-test-template/ChangeLog:1.12
--- rtems-testing/rtems-test-template/ChangeLog:1.11    Mon Jun 13 14:28:14 2011
+++ rtems-testing/rtems-test-template/ChangeLog Mon Jun 13 16:04:30 2011
</font><font color='#997700'>@@ -1,5 +1,9 @@
</font> 2011-06-13        Joel Sherrill <joel.sherrill@oarcorp.com>
 
<font color='#000088'>+   * smptest/Makefile.am: New file.
+
+2011-06-13     Joel Sherrill <joel.sherrill@oarcorp.com>
+
</font>   * psxtmtest_single/init.c: Fine tune a bit.
        * smptest/TEST.doc, smptest/TEST.scn, smptest/init.c: New files.
 

<font color='#006600'>diff -u /dev/null rtems-testing/rtems-test-template/smptest/Makefile.am:1.1
--- /dev/null   Mon Jun 13 16:10:02 2011
+++ rtems-testing/rtems-test-template/smptest/Makefile.am       Mon Jun 13 16:04:30 2011
</font><font color='#997700'>@@ -0,0 +1,26 @@
</font><font color='#000088'>+##
+## $Id$
+##
+
+MANAGERS = all
+
+rtems_tests_PROGRAMS = @LOWER@
+@LOWER@_SOURCES = init.c
+
+dist_rtems_tests_DATA = @LOWER@.scn
+dist_rtems_tests_DATA += @LOWER@.doc
+
+include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
+include $(top_srcdir)/../automake/compile.am
+include $(top_srcdir)/../automake/leaf.am
+
+AM_CPPFLAGS += -I$(top_srcdir)/../support/include
+
+LINK_OBJS = $(@LOWER@_OBJECTS) $(@LOWER@_LDADD)
+LINK_LIBS = $(@LOWER@_LDLIBS)
+
+@LOWER@$(EXEEXT): $(@LOWER@_OBJECTS) $(@LOWER@_DEPENDENCIES)
+       @rm -f @LOWER@$(EXEEXT)
+       $(make-exe)
+
+include $(top_srcdir)/../automake/local.am
</font></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>