Changeset 378aed9 in rtems


Ignore:
Timestamp:
03/30/04 19:20:59 (20 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a841314
Parents:
e0f75b1
Message:

2004-03-30 David Querbach <querbach@…>

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.
Location:
testsuites/sptests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • testsuites/sptests/ChangeLog

    re0f75b1 r378aed9  
     12004-03-30      David Querbach <querbach@realtime.bc.ca>
     2
     3        PR 596/tests
     4        * sp32/init.c: A missing definition of TEST_INIT before including
     5        <tmacros.h> means that buffered output will not work even if selected
     6        in buffer_test_io.h.
     7
    182004-03-30      Ralf Corsepius <ralf_corsepius@rtems.org>
    29
  • testsuites/sptests/sp32/init.c

    re0f75b1 r378aed9  
    88 */
    99
     10#define TEST_INIT
    1011#include <tmacros.h>  /* includes bsp.h, stdio, etc... */
    1112
Note: See TracChangeset for help on using the changeset viewer.