summaryrefslogtreecommitdiffstats
path: root/testsuites/samples/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 19:45:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2007-05-11 19:45:50 +0000
commitdd61160701e176504fb62effca3def136a9ba67a (patch)
tree5632ea97288c3387598f6a1ceb1d8ac7c75ed43d /testsuites/samples/ChangeLog
parent2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-dd61160701e176504fb62effca3def136a9ba67a.tar.bz2
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am, loopback/Makefile.am, nsecs/Makefile.am, pppd/Makefile.am, ticker/Makefile.am, ticker/system.h, unlimited/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis. * nsecs/init.c: Commit hack so test will compile when POSIX is disabled. Remove hack when clock_gettime() is present even when --disable-posix.
Diffstat (limited to '')
-rw-r--r--testsuites/samples/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/testsuites/samples/ChangeLog b/testsuites/samples/ChangeLog
index f450645b1b..aba1e52c36 100644
--- a/testsuites/samples/ChangeLog
+++ b/testsuites/samples/ChangeLog
@@ -1,3 +1,15 @@
+2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * base_sp/Makefile.am, hello/Makefile.am, iostream/Makefile.am,
+ loopback/Makefile.am, nsecs/Makefile.am,
+ pppd/Makefile.am, ticker/Makefile.am, ticker/system.h,
+ unlimited/Makefile.am: Add optional managers to Makefiles. Clean up
+ test cases so last output line follows END OF pattern. Make sure test
+ case all run. All tests appeared ok on sis.
+ * nsecs/init.c: Commit hack so test will compile when POSIX is
+ disabled. Remove hack when clock_gettime() is present even when
+ --disable-posix.
+
2007-05-10 Joel Sherrill <joel.sherrill@OARcorp.com>
* ticker/Makefile.am, ticker/init.c, ticker/system.h, ticker/tasks.c: