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.
This commit is contained in:
Joel Sherrill
2004-03-30 19:21:24 +00:00
parent c3e88cadf1
commit 6a15087d24
2 changed files with 8 additions and 0 deletions

View File

@@ -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.
2003-12-16 Joel Sherrill <joel@OARcorp.com>
PR 544/tests

View File

@@ -7,6 +7,7 @@
* $Id$
*/
#define TEST_INIT
#include <tmacros.h> /* includes bsp.h, stdio, etc... */
/* prototype */