summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp32/init.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-30 19:20:59 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2004-03-30 19:20:59 +0000
commit378aed9ac44659e3493b06899a55722359e91c6b (patch)
treeaf0e9adcdea4041e2c307ce852f483e78791ae7f /testsuites/sptests/sp32/init.c
parent2004-03-30 David Querbach <querbach@realtime.bc.ca> (diff)
downloadrtems-378aed9ac44659e3493b06899a55722359e91c6b.tar.bz2
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.
Diffstat (limited to 'testsuites/sptests/sp32/init.c')
-rw-r--r--testsuites/sptests/sp32/init.c1
1 files changed, 1 insertions, 0 deletions
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 */