summaryrefslogtreecommitdiffstats
path: root/testsuites/tmitrontests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-08 17:52:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-12-08 17:52:58 +0000
commit9f90987bed496aec69f2ad51bd5d012d526f137f (patch)
treec66dc3f7747a9f4dbba3bd48bd1219f96f8389b8 /testsuites/tmitrontests/ChangeLog
parent2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9f90987bed496aec69f2ad51bd5d012d526f137f.tar.bz2
2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
* tmitronsem01/system.h: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
Diffstat (limited to 'testsuites/tmitrontests/ChangeLog')
-rw-r--r--testsuites/tmitrontests/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuites/tmitrontests/ChangeLog b/testsuites/tmitrontests/ChangeLog
index 8f448dc79f..9384f2237d 100644
--- a/testsuites/tmitrontests/ChangeLog
+++ b/testsuites/tmitrontests/ChangeLog
@@ -1,3 +1,9 @@
+2009-12-08 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * tmitronsem01/system.h: Use rtems_test_assert() consistently instead
+ of system assert(). rtems_test_assert() is designed to integrate into
+ the RTEMS test suite infrastructure.
+
2009-10-30 Ralf Corsépius <ralf.corsepius@rtems.org>
* include/timesys.h: Use PRId32.