From 016e1e250bcc8cb85980115ed7be5c52e8238ba6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 1 Feb 2008 00:45:01 +0000 Subject: 2008-01-31 Joel Sherrill * 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. --- testsuites/itrontests/ChangeLog | 8 ++++++++ testsuites/itrontests/itronhello/init.c | 2 +- testsuites/itrontests/itronmbf01/init.c | 2 +- testsuites/itrontests/itronmbox01/init.c | 2 +- testsuites/itrontests/itronsem01/init.c | 2 +- testsuites/itrontests/itrontask01/init.c | 2 +- testsuites/itrontests/itrontask02/init.c | 2 +- testsuites/itrontests/itrontask03/init.c | 2 +- testsuites/itrontests/itrontask04/init.c | 2 +- testsuites/itrontests/itrontime01/init.c | 2 +- 10 files changed, 17 insertions(+), 9 deletions(-) (limited to 'testsuites/itrontests') 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 + + * 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 * 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 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 #include 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 #include 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 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 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 #include 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 #include 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 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 #include -- cgit v1.2.3