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/sp32/init.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/sptests/sp32/init.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