summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests')
-rw-r--r--testsuites/itrontests/ChangeLog8
-rw-r--r--testsuites/itrontests/itronhello/init.c2
-rw-r--r--testsuites/itrontests/itronmbf01/init.c2
-rw-r--r--testsuites/itrontests/itronmbox01/init.c2
-rw-r--r--testsuites/itrontests/itronsem01/init.c2
-rw-r--r--testsuites/itrontests/itrontask01/init.c2
-rw-r--r--testsuites/itrontests/itrontask02/init.c2
-rw-r--r--testsuites/itrontests/itrontask03/init.c2
-rw-r--r--testsuites/itrontests/itrontask04/init.c2
-rw-r--r--testsuites/itrontests/itrontime01/init.c2
10 files changed, 17 insertions, 9 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index d3bd08d96e..f6b6a128ff 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,11 @@
+2008-01-31 Joel Sherrill <joel.sherrill@OARcorp.com>
+
+ * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
+ itronsem01/init.c, itrontask01/init.c, itrontask02/init.c,
+ itrontask03/init.c, itrontask04/init.c, itrontime01/init.c: Change
+ TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
+ tests. Add a clock_settime case for < 1988.
+
2007-05-11 Joel Sherrill <joel.sherrill@OARcorp.com>
* itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c,
diff --git a/testsuites/itrontests/itronhello/init.c b/testsuites/itrontests/itronhello/init.c
index 534fbf4c82..dfc7767732 100644
--- a/testsuites/itrontests/itronhello/init.c
+++ b/testsuites/itrontests/itronhello/init.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
diff --git a/testsuites/itrontests/itronmbf01/init.c b/testsuites/itrontests/itronmbf01/init.c
index b4cfa889e5..be9079c333 100644
--- a/testsuites/itrontests/itronmbf01/init.c
+++ b/testsuites/itrontests/itronmbf01/init.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
#include <assert.h>
diff --git a/testsuites/itrontests/itronmbox01/init.c b/testsuites/itrontests/itronmbox01/init.c
index d50f00a509..3defd23bf6 100644
--- a/testsuites/itrontests/itronmbox01/init.c
+++ b/testsuites/itrontests/itronmbox01/init.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
#include <time.h>
diff --git a/testsuites/itrontests/itronsem01/init.c b/testsuites/itrontests/itronsem01/init.c
index 3a833a1114..3cbd4ba79b 100644
--- a/testsuites/itrontests/itronsem01/init.c
+++ b/testsuites/itrontests/itronsem01/init.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
diff --git a/testsuites/itrontests/itrontask01/init.c b/testsuites/itrontests/itrontask01/init.c
index a0dca05762..9283ec092b 100644
--- a/testsuites/itrontests/itrontask01/init.c
+++ b/testsuites/itrontests/itrontask01/init.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
diff --git a/testsuites/itrontests/itrontask02/init.c b/testsuites/itrontests/itrontask02/init.c
index ba084cfd1f..6bff1fd82c 100644
--- a/testsuites/itrontests/itrontask02/init.c
+++ b/testsuites/itrontests/itrontask02/init.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
#include <assert.h>
diff --git a/testsuites/itrontests/itrontask03/init.c b/testsuites/itrontests/itrontask03/init.c
index b8b5581116..f7d0756a9c 100644
--- a/testsuites/itrontests/itrontask03/init.c
+++ b/testsuites/itrontests/itrontask03/init.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
#include <assert.h>
diff --git a/testsuites/itrontests/itrontask04/init.c b/testsuites/itrontests/itrontask04/init.c
index 4df6188a29..942a22ee6e 100644
--- a/testsuites/itrontests/itrontask04/init.c
+++ b/testsuites/itrontests/itrontask04/init.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
diff --git a/testsuites/itrontests/itrontime01/init.c b/testsuites/itrontests/itrontime01/init.c
index 0cc9e75ce5..7dbe5ac94f 100644
--- a/testsuites/itrontests/itrontime01/init.c
+++ b/testsuites/itrontests/itrontime01/init.c
@@ -20,7 +20,7 @@
* $Id$
*/
-#define TEST_INIT
+#define CONFIGURE_INIT
#include "system.h"
#include <stdio.h>
#include <time.h>