From 378aed9ac44659e3493b06899a55722359e91c6b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 30 Mar 2004 19:20:59 +0000 Subject: 2004-03-30 David Querbach PR 596/tests * sp32/init.c: A missing definition of TEST_INIT before including means that buffered output will not work even if selected in buffer_test_io.h. --- testsuites/sptests/ChangeLog | 7 +++++++ testsuites/sptests/sp32/init.c | 1 + 2 files changed, 8 insertions(+) (limited to 'testsuites/sptests') 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 + + PR 596/tests + * sp32/init.c: A missing definition of TEST_INIT before including + means that buffered output will not work even if selected + in buffer_test_io.h. + 2004-03-30 Ralf Corsepius * 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 /* includes bsp.h, stdio, etc... */ /* prototype */ -- cgit v1.2.3