summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:45:13 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-02-01 00:45:13 +0000
commit8efea242fe4f64103b62821a0154dee63a707f80 (patch)
treec8478916df0802ba8d64b48ec3b80b68ecbf2bc9
parent2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-8efea242fe4f64103b62821a0154dee63a707f80.tar.bz2
2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
* tmitronsem01/init.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
-rw-r--r--testsuites/tmitrontests/ChangeLog6
-rw-r--r--testsuites/tmitrontests/tmitronsem01/init.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/testsuites/tmitrontests/ChangeLog b/testsuites/tmitrontests/ChangeLog
index 04b622148a..c4ba2e5f0f 100644
--- a/testsuites/tmitrontests/ChangeLog
+++ b/testsuites/tmitrontests/ChangeLog
@@ -1,3 +1,9 @@
+2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * tmitronsem01/init.c: Change TEST_INIT to CONFIGURE_INIT. Make
+ tmacros.h available to all POSIX tests. Add a clock_settime case for
+ < 1988.
+
2006-12-02 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: New BUG-REPORT address.
diff --git a/testsuites/tmitrontests/tmitronsem01/init.c b/testsuites/tmitrontests/tmitronsem01/init.c
index b526419ad9..3f57f0f8dd 100644
--- a/testsuites/tmitrontests/tmitronsem01/init.c
+++ b/testsuites/tmitrontests/tmitronsem01/init.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "system.h"
#include <timesys.h>
#include <stdio.h>