summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:45:20 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:45:20 +0000
commitd5a36d3b186476354ba9e8c5383fef7011e4c930 (patch)
treedbeb15dc89c32ad606085b1b4475721b585d799c /testsuites
parent2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-d5a36d3b186476354ba9e8c5383fef7011e4c930.tar.bz2
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* support/include/tmacros.h: 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')
-rw-r--r--testsuites/ChangeLog6
-rw-r--r--testsuites/support/include/tmacros.h3
2 files changed, 7 insertions, 2 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index b157892c91..7c181d3b36 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,5 +1,11 @@
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
+ * support/include/tmacros.h: Change TEST_INIT to CONFIGURE_INIT. Make
+ tmacros.h available to all POSIX tests. Add a clock_settime case for
+ < 1988.
+
+2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
+
* support/include/tmacros.h: Fix put_name to handle unprintable names.
2008-01-29 Joel Sherrill <joel.sherrill@oarcorp.com>
diff --git a/testsuites/support/include/tmacros.h b/testsuites/support/include/tmacros.h
index a3e3ddd845..71792bd754 100644
--- a/testsuites/support/include/tmacros.h
+++ b/testsuites/support/include/tmacros.h
@@ -31,9 +31,8 @@ extern "C" {
#define FOREVER 1 /* infinite loop */
-#ifdef TEST_INIT
+#ifdef CONFIGURE_INIT
#define TEST_EXTERN
-#define CONFIGURE_INIT
#else
#define TEST_EXTERN extern
#endif