summaryrefslogtreecommitdiffstats
path: root/testsuites/libtests/rtems++/Init.cc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:45:04 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:45:04 +0000
commit5a8e7503a0586c5089d4448ddd2f0bd85e640425 (patch)
tree096f555b79c3bb74fa01ddf8f797e3a509fb8bea /testsuites/libtests/rtems++/Init.cc
parent2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-5a8e7503a0586c5089d4448ddd2f0bd85e640425.tar.bz2
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpuuse/init.c, malloctest/init.c, monitor/init.c, monitor02/init.c, putenvtest/init.c, rtems++/Init.cc, rtmonuse/init.c, stackchk/init.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
Diffstat (limited to 'testsuites/libtests/rtems++/Init.cc')
-rw-r--r--testsuites/libtests/rtems++/Init.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/libtests/rtems++/Init.cc b/testsuites/libtests/rtems++/Init.cc
index e70b118d6f..e939b22c2e 100644
--- a/testsuites/libtests/rtems++/Init.cc
+++ b/testsuites/libtests/rtems++/Init.cc
@@ -21,7 +21,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "System.h"
// make global so it lasts past the Init task's stack's life time