source: rtems/testsuites/itrontests/ChangeLog @ fcb840c

4.104.114.84.95
Last change on this file since fcb840c was fcb840c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/11/05 at 14:40:00
  • itronhello/Makefile.am: Rework.
  • itronmbf01/Makefile.am: Rework.
  • itronmbox01/Makefile.am: Rework.
  • itronsem01/Makefile.am: Rework.
  • itrontask01/Makefile.am: Rework.
  • itrontask02/Makefile.am: Rework.
  • itrontask03/Makefile.am: Rework.
  • itrontask04/Makefile.am: Rework.
  • itrontime01/Makefile.am: Rework.
  • Property mode set to 100644
File size: 11.7 KB
Line 
12005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
2
3        * itrontests/itronhello/Makefile.am,
4        itrontests/itronmbf01/Makefile.am,
5        itrontests/itronmbox01/Makefile.am,
6        itrontests/itronsem01/Makefile.am,
7        itrontests/itrontask01/Makefile.am,
8        itrontests/itrontask02/Makefile.am,
9        itrontests/itrontask03/Makefile.am,
10        itrontests/itrontask04/Makefile.am,
11        itrontests/itrontime01/Makefile.am: Rework.
12
132005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
14
15        * itronhello/Makefile.am, itronmbf01/Makefile.am,
16        itronmbox01/Makefile.am, itronsem01/Makefile.am,
17        itrontask01/Makefile.am, itrontask02/Makefile.am,
18        itrontask03/Makefile.am, itrontask04/Makefile.am,
19        itrontime01/Makefile.am: Expand itrontests.am.
20        * itrontests.am: Remove.
21
222005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
23
24        * itronhello/Makefile.am, itronmbf01/Makefile.am,
25        itronmbox01/Makefile.am, itronsem01/Makefile.am,
26        itrontask01/Makefile.am, itrontask02/Makefile.am,
27        itrontask03/Makefile.am, itrontask04/Makefile.am,
28        itrontime01/Makefile.am:
29        AM_CPPFLAGS += -I..../support/include.
30
312005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
32
33        * itrontests.am: Set project_bspdir=$(PROJECT_ROOT)
34
352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
36
37        * itrontests.am: Remove LIB_VARIANT.
38
392005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
40
41        * itronhello/Makefile.am, itronmbf01/Makefile.am,
42        itronmbox01/Makefile.am, itronsem01/Makefile.am,
43        itrontask01/Makefile.am, itrontask02/Makefile.am,
44        itrontask03/Makefile.am, itrontask04/Makefile.am,
45        itrontime01/Makefile.am: Remove SRC, PRINT_SRC.
46
472005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
48
49        * Makefile.am: Cleanup.
50
512005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * itrontests.am: Add $(PGM): ${ARCH}/$(dirstamp).
54        * itronhello/Makefile.am, itronmbf01/Makefile.am,
55        itronmbox01/Makefile.am, itronsem01/Makefile.am,
56        itrontask01/Makefile.am, itrontask02/Makefile.am,
57        itrontask03/Makefile.am, itrontask04/Makefile.am,
58        itrontime01/Makefile.am:
59        Partial conversion to automake.
60
612004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        PR 721/tests
64        * itronsem01/init.c: Fix bogus assert.
65
662004-09-24      Ralf Corsepius <ralf_corsepius@rtems.org>
67
68        * configure.ac: Require automake > 1.9.
69
702004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
71
72        * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
73        * itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
74        * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
75        * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
76        * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
77        * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
78        * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
79        * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
80        * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
81
822004-04-01      Ralf Corsepius <ralf_corsepius@rtems.org>
83
84        * itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>.
85        * itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>.
86        * itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>.
87        * itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
88        * itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>.
89        * itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>.
90        * itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>.
91        * itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>.
92        * itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
93
942004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
95
96        * configure.ac: Add 2nd arg to RTEMS_TOP.
97
982004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
99
100        * itronhello/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
101        Add PRE/TMPINSTALL_FILES to CLEANFILES.
102        * itronmbf01/Makefile.am: Ditto.
103        * itronmbox01/Makefile.am: Ditto.
104        * itronsem01/Makefile.am: Ditto.
105        * itrontask01/Makefile.am: Ditto.
106        * itrontask02/Makefile.am: Ditto.
107        * itrontask03/Makefile.am: Ditto.
108        * itrontask04/Makefile.am: Ditto.
109        * itrontime01/Makefile.am: Ditto.
110
1112003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * itrontests.am: Add dirstamp support.
114
1152003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
118
1192003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
122
1232003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * itronhello/Makefile.am: Remove all-local: $(ARCH).
126        * itronmbf01/Makefile.am: Remove all-local: $(ARCH).
127        * itronmbox01/Makefile.am: Remove all-local: $(ARCH).
128        * itronsem01/Makefile.am: Remove all-local: $(ARCH).
129        * itrontask01/Makefile.am: Remove all-local: $(ARCH).
130        * itrontask02/Makefile.am: Remove all-local: $(ARCH).
131        * itrontask03/Makefile.am: Remove all-local: $(ARCH).
132        * itrontask04/Makefile.am: Remove all-local: $(ARCH).
133        * itrontime01/Makefile.am: Remove all-local: $(ARCH).
134
1352003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
136
137        * configure.ac: Reflect having moved to testsuites/.
138
1392003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
140
141        * configure.ac: Remove RTEMS_CANONICAL_HOST.
142
1432003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
144
145        * configure.ac:Remove RTEMS_CHECK_CPU.
146
1472003-09-04      Joel Sherrill <joel@OARcorp.com>
148
149        * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
150        itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
151        itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
152        itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
153        itrontask01/itrontask01.doc, itrontask01/system.h,
154        itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
155        itrontask02/itrontask02.doc, itrontask02/system.h,
156        itrontask03/init.c, itrontask03/itrontask03.doc,
157        itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
158        itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
159        itrontask04/itrontask04.doc, itrontask04/system.h,
160        itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
161        itrontime01/init.c, itrontime01/system.h: URL for license changed.
162
1632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
164
165        * Makefile.am: Reflect having moved aclocal/.
166
1672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
168
169        * Makefile.am: Reflect having moved automake/.
170        * itronhello/Makefile.am: Reflect having moved automake/.
171        * itronmbf01/Makefile.am: Reflect having moved automake/.
172        * itronmbox01/Makefile.am: Reflect having moved automake/.
173        * itronsem01/Makefile.am: Reflect having moved automake/.
174        * itrontask01/Makefile.am: Reflect having moved automake/.
175        * itrontask02/Makefile.am: Reflect having moved automake/.
176        * itrontask03/Makefile.am: Reflect having moved automake/.
177        * itrontask04/Makefile.am: Reflect having moved automake/.
178        * itrontime01/Makefile.am: Reflect having moved automake/.
179
1802003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
183
1842003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
187        CC_CFLAGS_DEFAULT (obsolete).
188
1892003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
192        Remove CC_LDFLAGS_PROFILE_V.
193
1942003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove AC_CONFIG_AUX_DIR.
197
1982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
201
2022003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * configure.ac: AC_PREREQ(2.57).
205
2062002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * .cvsignore: Reformat.
209        Add autom4te*cache.
210        Remove autom4te.cache.
211
2122002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
215        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
216        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
217        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
218        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
219        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
220        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
221        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
222        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
223
2242002-08-01      Joel Sherrill <joel@OARcorp.com>
225
226        * Per PR47 add support for buffered test output.  This involved
227        adding defines to redirect output to a buffer and dump it when
228        full, at "test pause", and at exit.  To avoid problems when redefining
229        exit(), all tests were modified to call rtems_test_exit().
230        Some tests, notable psxtests, had to be modified to include
231        the standard test macro .h file (pmacros.h or tmacros.h) to
232        enable this support.
233        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
234        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
235        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
236
2372002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * configure.ac: Remove ENABLE_GCC28.
240
2412002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
242
243        * configure.ac:
244        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
245        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
246        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
247        * Makefile.am: Remove AUTOMAKE_OPTIONS.
248        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
249        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
250        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
251        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
252        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
253        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
254        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
255        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
256
2572001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
260        * configure.in: Remove.
261        * configure.ac: New file, generated from configure.in by autoupdate.
262
2632001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
266
2672001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
270        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
271        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
272        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
273        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
274        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
275        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
276        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
277        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
278
2792001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
280
281        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
282
2832001-04-20      Joel Sherrill <joel@OARcorp.com>
284
285        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
286        itronsem01/itronsem01.scn, itrontime01/init.c: Various
287        adjustments so test output matches screens more reliably.
288
2892000-11-20      Joel Sherrill <joel@OARcorp.com>
290
291        * itrontask01/system.h: Configure enough stack memory.
292
2932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
296
2972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
300
3012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
304        Switch to GNU canonicalization.
305        * itrontests.am: Remove DEFS.
306
3072000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * itronhello/Makefile.am, itronmbf01/Makefile.am,
310        itronmbox01/Makefile.am, itronsem01/Makefile.am,
311        itrontask01/Makefile.am, itrontask02/Makefile.am,
312        itrontask03/Makefile.am, itrontask04/Makefile.am,
313        itrontime01/Makefile.am: Include compile.am
314
3152000-08-10      Joel Sherrill <joel@OARcorp.com>
316
317        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.