summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--testsuites/sptests/ChangeLog7
-rw-r--r--testsuites/sptests/sp32/init.c1
2 files changed, 8 insertions, 0 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index bc8cb17c09..265031cf5d 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,10 @@
+2004-03-30 David Querbach <querbach@realtime.bc.ca>
+
+ PR 596/tests
+ * sp32/init.c: A missing definition of TEST_INIT before including
+ <tmacros.h> means that buffered output will not work even if selected
+ in buffer_test_io.h.
+
2004-03-30 Ralf Corsepius <ralf_corsepius@rtems.org>
* sp02/task1.c, sp04/system.h, sp04/task1.c, sp04/tswitch.c,
diff --git a/testsuites/sptests/sp32/init.c b/testsuites/sptests/sp32/init.c
index cfbddedb71..f24f9cd42e 100644
--- a/testsuites/sptests/sp32/init.c
+++ b/testsuites/sptests/sp32/init.c
@@ -7,6 +7,7 @@
* $Id$
*/
+#define TEST_INIT
#include <tmacros.h> /* includes bsp.h, stdio, etc... */
/* prototype */