From 91333c27bdc98ea872c97ec41be98fab5de4e442 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 31 Jul 1997 22:04:17 +0000 Subject: Merged very large and much appreciated patch from Chris Johns . This patch includes the ods68302 bsp, the RTEMS++ class library, and the rtems++ test. --- testsuites/samples/cdtest/main.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testsuites/samples') diff --git a/testsuites/samples/cdtest/main.cc b/testsuites/samples/cdtest/main.cc index d55f96e9f0..e7b3cd02b3 100644 --- a/testsuites/samples/cdtest/main.cc +++ b/testsuites/samples/cdtest/main.cc @@ -21,7 +21,9 @@ #include #include +#ifdef RTEMS_TEST_IO_STREAM #include +#endif extern "C" { extern rtems_task main_task(rtems_task_argument); @@ -108,7 +110,11 @@ cdtest(void) A bar, blech, blah; B bleak; +#ifdef RTEMS_TEST_IO_STREAM cout << "Testing a C++ I/O stream" << endl; +#else + printf("IO Stream not tested\n"); +#endif bar = blech; } -- cgit v1.2.3