source: rtems/testsuites/tmtests/ChangeLog @ 4817082

4.115
Last change on this file since 4817082 was f63801a2, checked in by Joel Sherrill <joel.sherrill@…>, on 06/21/10 at 16:53:50

2010-06-21 Joel Sherrill <joel.sherrill@…>

  • Makefile.am, configure.ac: New test for barrier create, ident, and delete.
  • tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New files.
  • Property mode set to 100644
File size: 33.2 KB
Line 
12010-06-21      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * Makefile.am, configure.ac: New test for barrier create, ident, and
4        delete.
5        * tm30/.cvsignore, tm30/Makefile.am, tm30/init.c, tm30/tm30.doc: New
6        files.
7
82009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
9
10        * tm20/task1.c: Use rtems_test_assert() consistently instead of system
11        assert(). rtems_test_assert() is designed to integrate into the RTEMS
12        test suite infrastructure.
13
142009-11-02      Ralf Corsépius <ralf.corsepius@rtems.org>
15
16        * tmoverhd/testtask.c: Apply RTEMS_GCC_NOWARN_USED.
17        * tmoverhd/dumrtems.h: Rework undef/define cascade.
18        Add RTEMS_GCC_NOWARN_USED.
19        * tmoverhd/system.h: Add prototype for Empty_directive();
20
212009-11-01      Ralf Corsépius <ralf.corsepius@rtems.org>
22
23        * tm26/task1.c: Use true/false instead of TRUE/FALSE for "bool"s.
24        * tm15/task1.c: Make time_set a "bool".
25        Eliminate TRUE/FALSE.
26
272009-10-27      Ralf Corsépius <ralf.corsepius@rtems.org>
28
29        * tmck/task1.c: Use PRIu32 to print uint32_t's.
30
312009-10-26      Ralf Corsépius <ralf.corsepius@rtems.org>
32
33        * tm05/task1.c, tm18/task1.c, tmoverhd/empty.c,
34        tmoverhd/system.h: Add missing prototypes.
35
362009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
37
38        * configure.ac: Don't add -ansi -fasm to CFLAGS.
39
402009-10-14      Joel Sherrill <joel.sherrill@OARcorp.com>
41
42        * tmck/task1.c: Ignore numbers that are too large but keep going -- do
43        not abort.
44
452009-10-14      Ralf Corsépius <ralf.corsepius@rtems.org>
46
47        * tmck/task1.c: Remove support for "unix".
48
492009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * tm08/task1.c: Convert calls to legacy routine rtems_clock_get(
52        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
53
542009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
55
56        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
57        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
58        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
59        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
60        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
61        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
62        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
63        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
64        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
65        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am:
66        tmoverhd/Makefile.am: Eliminate _exe_/.exe.
67
682009-01-05      Joel Sherrill <joel.sherrill@oarcorp.com>
69
70        * include/timesys.h: Array of task names should be of type rtems_name
71        not rtems_id.
72
732008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
74
75        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
76        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
77        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm16/task1.c,
78        tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c, tm21/task1.c,
79        tm23/task1.c, tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c,
80        tm28/task1.c, tm29/task1.c, tmoverhd/testtask.c: Run all tests
81        successfully with maxixum number of priorities as 16 instead of 256.
82        This was done by temporarily modifying the score priority.h maximum.
83        This allowed testing of all API code to ensure that it worked
84        properly with a reduced number of priorities. Most modifications were
85        to switch from hard-coded maximum to using the API provided methods
86        to determine maximum number of priority levels.
87
882008-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
89
90        * tm26/task1.c: Fix typo.
91
922008-10-28      Joel Sherrill <joel.sherrill@oarcorp.com>
93
94        * tm22/system.h, tm22/task1.c: Account for message buffers used.
95
962008-10-02      Joel Sherrill <joel.sherrill@oarcorp.com>
97
98        * include/timesys.h: Use inttypes.h.
99        * tmck/task1.c: Use uint32_t for count.
100
1012008-09-17      Joel Sherrill <joel.sherrill@oarcorp.com>
102
103        * include/timesys.h: Rename STACK_CHECKER_ON to more appropriate
104        CONFIGURE_STACK_CHECKER_ENABLED.
105
1062008-09-08      Joel Sherrill <joel.sherrill@oarcorp.com>
107
108        * tm09/system.h, tm09/task1.c: Account for message buffer memory.
109
1102008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
111
112        * tm01/Makefile.am, tm01/task1.c, tm02/Makefile.am, tm02/task1.c,
113        tm03/Makefile.am, tm03/task1.c, tm04/Makefile.am, tm04/task1.c,
114        tm05/Makefile.am, tm05/task1.c, tm06/Makefile.am, tm06/task1.c,
115        tm07/Makefile.am, tm07/task1.c, tm08/Makefile.am, tm08/task1.c,
116        tm09/Makefile.am, tm09/task1.c, tm10/Makefile.am, tm10/task1.c,
117        tm11/Makefile.am, tm11/task1.c, tm12/Makefile.am, tm12/task1.c,
118        tm13/Makefile.am, tm13/task1.c, tm14/Makefile.am, tm14/task1.c,
119        tm15/Makefile.am, tm15/task1.c, tm16/Makefile.am, tm16/task1.c,
120        tm17/Makefile.am, tm17/task1.c, tm18/Makefile.am, tm18/task1.c,
121        tm19/Makefile.am, tm19/task1.c, tm20/Makefile.am, tm20/task1.c,
122        tm21/Makefile.am, tm21/task1.c, tm22/Makefile.am, tm22/task1.c,
123        tm23/Makefile.am, tm23/task1.c, tm24/Makefile.am, tm24/task1.c,
124        tm25/Makefile.am, tm25/task1.c, tm26/Makefile.am, tm26/task1.c,
125        tm27/Makefile.am, tm27/task1.c, tm28/Makefile.am, tm28/task1.c,
126        tm29/Makefile.am, tm29/task1.c, tmck/Makefile.am, tmck/task1.c,
127        tmoverhd/Makefile.am, tmoverhd/testtask.c: Eliminate empty function
128        from every benchmark timer driver. Fix spelling.
129
1302008-08-31      Joel Sherrill <joel.sherrill@oarcorp.com>
131
132        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
133        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
134        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
135        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
136        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
137        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
138        tmoverhd/testtask.c: Rename timer driver methods to follow RTEMS
139        programming conventions.
140
1412008-06-05      Joel Sherrill <joel.sherrill@OARcorp.com>
142
143        * tm02/system.h, tm10/system.h: Make configurations more accurate.
144
1452008-05-12      Joel Sherrill <joel.sherrill@OARcorp.com>
146
147        * tmoverhd/dumrtems.h: Refactored and renamed initialization routines
148        to rtems_initialize_data_structures, rtems_initialize_before_drivers,
149        rtems_initialize_device_drivers, and
150        rtems_initialize_start_multitasking. This opened the sequence up so
151        that bootcard() could provide a more robust and flexible framework
152        which is easier to explain and understand. This also lays the
153        groundwork for sharing the division of available memory between the
154        RTEMS workspace and heap and the C library initialization across all
155        BSPs.
156
1572008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
158
159        * tm01/task1.c, tm02/task1.c, tm03/task1.c, tm04/task1.c, tm05/task1.c,
160        tm06/task1.c, tm07/task1.c, tm08/task1.c, tm09/task1.c, tm10/task1.c,
161        tm11/task1.c, tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
162        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm19/task1.c, tm20/task1.c,
163        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c, tm25/task1.c,
164        tm26/task1.c, tm27/task1.c, tm28/task1.c, tm29/task1.c, tmck/task1.c,
165        tmoverhd/testtask.c: Change TEST_INIT to CONFIGURE_INIT. Make
166        tmacros.h available to all POSIX tests. Add a clock_settime case for
167        < 1988.
168
1692007-12-05      Joel Sherrill <joel.sherrill@oarcorp.com>
170
171        * tmoverhd/testtask.c: Spacing and remove call to obsolete
172        rtems_initialize_executive().
173
1742007-12-04      Joel Sherrill <joel.sherrill@OARcorp.com>
175
176        * tmoverhd/testtask.c: Move interrupt_stack_size field from CPU Table
177        to Configuration Table. Eliminate CPU Table from all ports. Delete
178        references to CPU Table in all forms.
179
1802007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
181
182        * tm05/Makefile.am, tm06/Makefile.am, tm07/Makefile.am,
183        tm08/Makefile.am, tm09/Makefile.am, tm10/Makefile.am,
184        tm11/Makefile.am, tm12/Makefile.am, tm13/Makefile.am,
185        tm14/Makefile.am, tm15/Makefile.am, tm16/Makefile.am,
186        tm17/Makefile.am, tm18/Makefile.am, tm19/Makefile.am,
187        tm20/Makefile.am, tm22/Makefile.am, tm23/Makefile.am,
188        tm24/Makefile.am, tm25/Makefile.am, tm26/Makefile.am,
189        tm27/Makefile.am, tm28/Makefile.am, tm29/Makefile.am,
190        tmck/Makefile.am, tmoverhd/Makefile.am: Add optional managers to
191        Makefiles. Clean up test cases so last output line follows END OF
192        pattern. Make sure test case all run. All tests appeared ok on sis.
193
1942007-02-06      Joel Sherrill <joel@OARcorp.com>
195
196        * tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
197        tm14/task1.c, tm22/task1.c: Address size_t/uint32_t typing issues in
198        message queue tests.
199
2002006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
201
202        * configure.ac: New BUG-REPORT address.
203
2042006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
205
206        * configure.ac: Require autoconf-2.60. Require automake-1.10.
207
2082006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
209
210        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
211        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
212        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
213        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
214        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
215        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
216        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
217        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
218        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
219        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
220        tmoverhd/Makefile.am: Eliminate scndir, docdir. Use rtems_testsdir
221        instead.
222
2232005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
224
225        * configure.ac: Remove RTEMS_ENABLE_BARE,
226        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
227
2282005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
229
230        * tm01/Makefile.am, tm02/Makefile.am,
231        tm03/Makefile.am, tm04/Makefile.am,
232        tm05/Makefile.am, tm06/Makefile.am,
233        tm07/Makefile.am, tm08/Makefile.am,
234        tm09/Makefile.am, tm10/Makefile.am,
235        tm11/Makefile.am, tm12/Makefile.am,
236        tm13/Makefile.am, tm14/Makefile.am,
237        tm15/Makefile.am, tm16/Makefile.am,
238        tm17/Makefile.am, tm18/Makefile.am,
239        tm19/Makefile.am, tm20/Makefile.am,
240        tm21/Makefile.am, tm22/Makefile.am,
241        tm23/Makefile.am, tm24/Makefile.am,
242        tm25/Makefile.am, tm26/Makefile.am,
243        tm27/Makefile.am, tm28/Makefile.am,
244        tm29/Makefile.am, tmck/Makefile.am,
245        tmoverhd/Makefile.am: Convert to using *_PROGRAMS.
246
2472005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
248
249        * tm01/Makefile.am, tm02/Makefile.am,
250        tm03/Makefile.am, tm04/Makefile.am,
251        tm05/Makefile.am, tm06/Makefile.am,
252        tm07/Makefile.am, tm08/Makefile.am,
253        tm09/Makefile.am, tm10/Makefile.am,
254        tm11/Makefile.am, tm12/Makefile.am,
255        tm13/Makefile.am, tm14/Makefile.am,
256        tm15/Makefile.am, tm16/Makefile.am,
257        tm17/Makefile.am, tm18/Makefile.am,
258        tm19/Makefile.am, tm20/Makefile.am,
259        tm21/Makefile.am, tm22/Makefile.am,
260        tm23/Makefile.am, tm24/Makefile.am,
261        tm25/Makefile.am, tm26/Makefile.am,
262        tm27/Makefile.am, tm28/Makefile.am,
263        tm29/Makefile.am, tmck/Makefile.am,
264        tmoverhd/Makefile.am: Rework.
265
2662005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
267
268        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
269        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
270        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
271        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
272        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
273        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
274        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
275        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
276        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
277        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
278        tmoverhd/Makefile.am: Expand tmtests.am.
279        * tmtests.am: Remove.
280
2812005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
282
283        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
284        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
285        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
286        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
287        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
288        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
289        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
290        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
291        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
292        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
293        tmoverhd/Makefile.am: AM_CPPFLAGS += -I..../support/include.
294
2952005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
296
297        * tmtests.am: Set project_bspdir=$(PROJECT_ROOT)
298
2992005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
300
301        * Makefile.am: Remove noinst_HEADERS.
302        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
303        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
304        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
305        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
306        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
307        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
308        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
309        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
310        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
311        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
312        tmoverhd/Makefile.am: Add ../include/systime.h.
313
3142005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
315
316        * tmtests.am: Remove LIB_VARIANT.
317
3182005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
319
320        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
321        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
322        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
323        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
324        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
325        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
326        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
327        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
328        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
329        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
330        tmoverhd/Makefile.am: Remove SRC, PRINT_SRC.
331
3322005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
333
334        * Makefile.am: Cleanup.
335
3362005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
337
338        * tmtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
339        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
340        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
341        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
342        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
343        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
344        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
345        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
346        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
347        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
348        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
349        tmoverhd/Makefile.am:
350        Partial conversion to automake.
351
3522004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
353
354        * configure.ac: Require automake > 1.9.
355
3562004-04-23      Ralf Corsepius <ralf.corsepius@rtems.org>
357
358        PR 610/bsps
359        * tm27/task1.c: Use _RTEMS_RMTEST27 instead of RTEMS_TM27.
360        Unconditionally include <tm27.h>.
361
3622004-04-21      Joel Sherrill <joel@OARcorp.com>
363
364        PR 611/bsps
365        * tm27/task1.c: Follow conventions for tm27 and do not add another
366        macro definition.
367
3682004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
369
370        * tm01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
371        * tm02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
372        * tm03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
373        * tm04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
374        * tm05/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
375        * tm06/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
376        * tm07/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
377        * tm08/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
378        * tm09/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
379        * tm10/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
380        * tm11/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
381        * tm12/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
382        * tm13/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
383        * tm14/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
384        * tm15/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
385        * tm16/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
386        * tm17/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
387        * tm18/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
388        * tm19/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
389        * tm20/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
390        * tm21/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
391        * tm22/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
392        * tm23/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
393        * tm24/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
394        * tm25/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
395        * tm26/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
396        * tm27/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
397        * tm28/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
398        * tm29/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
399        * tmck/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
400        * tmoverhd/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
401
4022004-03-30      David Querbach <querbach@realtime.bc.ca>
403
404        PR 597/tests
405        * tm02/system.h, tm03/system.h, tm04/system.h, tm05/system.h,
406        tm06/system.h, tm07/system.h, tm08/system.h, tm10/system.h,
407        tm11/system.h, tm12/system.h, tm13/system.h, tm14/system.h,
408        tm15/system.h, tm16/system.h, tm17/system.h, tm18/system.h,
409        tm19/system.h, tm21/system.h, tm22/system.h, tm23/system.h,
410        tm24/system.h, tm25/system.h, tm26/system.h, tm27/system.h,
411        tm27/task1.c, tm29/system.h: The actual workspace needed by the
412        tmtests depends on OPERATION_COUNT, but the definitions of
413        CONFIGURE_MAXIMIM_xxx in the their system.h files do not reflect
414        this. This results in unnecessary memory exhaustion on small-memory
415        systems such as the SS555.
416
4172004-03-28      Ralf Corsepius <ralf.corsepius@rtems.org>
418
419        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
420        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c,
421        tm08/task1.c, tm09/task1.c, tm10/task1.c, tm11/task1.c,
422        tm12/task1.c, tm13/task1.c, tm14/task1.c, tm15/task1.c,
423        tm16/task1.c, tm17/task1.c, tm18/task1.c, tm20/task1.c,
424        tm21/task1.c, tm22/task1.c, tm23/task1.c, tm24/task1.c,
425        tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
426        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Convert to using
427        c99 fixed size types.
428
4292004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
430
431        * configure.ac: Add 2nd arg to RTEMS_TOP.
432
4332004-02-26      Joel Sherrill <joel@OARcorp.com>
434
435        PR 583/tests
436        * tm26/task1.c, tm27/task1.c: Correctly reset
437        _Thread_Dispatch_disable_level so printing is safe.
438
4392004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
440
441        * tm01/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
442        Add PRE/TMPINSTALL_FILES to CLEANFILES.
443        * tm02/Makefile.am: Ditto.
444        * tm03/Makefile.am: Ditto.
445        * tm04/Makefile.am: Ditto.
446        * tm05/Makefile.am: Ditto.
447        * tm06/Makefile.am: Ditto.
448        * tm07/Makefile.am: Ditto.
449        * tm08/Makefile.am: Ditto.
450        * tm09/Makefile.am: Ditto.
451        * tm10/Makefile.am: Ditto.
452        * tm11/Makefile.am: Ditto.
453        * tm12/Makefile.am: Ditto.
454        * tm13/Makefile.am: Ditto.
455        * tm14/Makefile.am: Ditto.
456        * tm15/Makefile.am: Ditto.
457        * tm16/Makefile.am: Ditto.
458        * tm17/Makefile.am: Ditto.
459        * tm18/Makefile.am: Ditto.
460        * tm19/Makefile.am: Ditto.
461        * tm20/Makefile.am: Ditto.
462        * tm21/Makefile.am: Ditto.
463        * tm22/Makefile.am: Ditto.
464        * tm23/Makefile.am: Ditto.
465        * tm24/Makefile.am: Ditto.
466        * tm25/Makefile.am: Ditto.
467        * tm26/Makefile.am: Ditto.
468        * tm27/Makefile.am: Ditto.
469        * tm28/Makefile.am: Ditto.
470        * tm29/Makefile.am: Ditto.
471        * tmck/Makefile.am: Ditto.
472        * tmoverhd/Makefile.am: Ditto.
473
4742003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
475
476        * tmtests.am: Add dirstamp support.
477
4782003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
479
480        * tmtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
481
4822003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
483
484        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
485
4862003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
487
488        * include/Makefile.am: Reformat.
489        * tm01/Makefile.am: Remove all-local: $(ARCH).
490        * tm02/Makefile.am: Remove all-local: $(ARCH).
491        * tm03/Makefile.am: Remove all-local: $(ARCH).
492        * tm04/Makefile.am: Remove all-local: $(ARCH).
493        * tm05/Makefile.am: Remove all-local: $(ARCH).
494        * tm06/Makefile.am: Remove all-local: $(ARCH).
495        * tm07/Makefile.am: Remove all-local: $(ARCH).
496        * tm08/Makefile.am: Remove all-local: $(ARCH).
497        * tm09/Makefile.am: Remove all-local: $(ARCH).
498        * tm10/Makefile.am: Remove all-local: $(ARCH).
499        * tm11/Makefile.am: Remove all-local: $(ARCH).
500        * tm12/Makefile.am: Remove all-local: $(ARCH).
501        * tm13/Makefile.am: Remove all-local: $(ARCH).
502        * tm14/Makefile.am: Remove all-local: $(ARCH).
503        * tm15/Makefile.am: Remove all-local: $(ARCH).
504        * tm16/Makefile.am: Remove all-local: $(ARCH).
505        * tm17/Makefile.am: Remove all-local: $(ARCH).
506        * tm18/Makefile.am: Remove all-local: $(ARCH).
507        * tm19/Makefile.am: Remove all-local: $(ARCH).
508        * tm20/Makefile.am: Remove all-local: $(ARCH).
509        * tm21/Makefile.am: Remove all-local: $(ARCH).
510        * tm22/Makefile.am: Remove all-local: $(ARCH).
511        * tm23/Makefile.am: Remove all-local: $(ARCH).
512        * tm24/Makefile.am: Remove all-local: $(ARCH).
513        * tm25/Makefile.am: Remove all-local: $(ARCH).
514        * tm26/Makefile.am: Remove all-local: $(ARCH).
515        * tm27/Makefile.am: Remove all-local: $(ARCH).
516        * tm28/Makefile.am: Remove all-local: $(ARCH).
517        * tm29/Makefile.am: Remove all-local: $(ARCH).
518        * tmck/Makefile.am: Remove all-local: $(ARCH).
519        * tmoverhd/Makefile.am: Remove all-local: $(ARCH).
520
5212003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
522
523        * configure.ac: Reflect having moved to testsuites/.
524
5252003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
526
527        * configure.ac: Remove RTEMS_CANONICAL_HOST.
528
5292003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
530
531        * configure.ac:Remove RTEMS_CHECK_CPU.
532
5332003-09-04      Joel Sherrill <joel@OARcorp.com>
534
535        * include/timesys.h, tm01/system.h, tm01/task1.c, tm01/tm01.doc,
536        tm02/system.h, tm02/task1.c, tm02/tm02.doc, tm03/system.h,
537        tm03/task1.c, tm03/tm03.doc, tm04/system.h, tm04/task1.c,
538        tm04/tm04.doc, tm05/system.h, tm05/task1.c, tm05/tm05.doc,
539        tm06/system.h, tm06/task1.c, tm06/tm06.doc, tm07/system.h,
540        tm07/task1.c, tm07/tm07.doc, tm08/system.h, tm08/task1.c,
541        tm08/tm08.doc, tm09/system.h, tm09/task1.c, tm09/tm09.doc,
542        tm10/system.h, tm10/task1.c, tm10/tm10.doc, tm11/system.h,
543        tm11/task1.c, tm11/tm11.doc, tm12/system.h, tm12/task1.c,
544        tm12/tm12.doc, tm13/system.h, tm13/task1.c, tm13/tm13.doc,
545        tm14/system.h, tm14/task1.c, tm14/tm14.doc, tm15/system.h,
546        tm15/task1.c, tm15/tm15.doc, tm16/system.h, tm16/task1.c,
547        tm16/tm16.doc, tm17/system.h, tm17/task1.c, tm17/tm17.doc,
548        tm18/system.h, tm18/task1.c, tm18/tm18.doc, tm19/system.h,
549        tm19/task1.c, tm19/tm19.doc, tm20/system.h, tm20/task1.c,
550        tm20/tm20.doc, tm21/system.h, tm21/task1.c, tm21/tm21.doc,
551        tm22/system.h, tm22/task1.c, tm22/tm22.doc, tm23/system.h,
552        tm23/task1.c, tm23/tm23.doc, tm24/system.h, tm24/task1.c,
553        tm24/tm24.doc, tm25/system.h, tm25/task1.c, tm25/tm25.doc,
554        tm26/fptest.h, tm26/system.h, tm26/task1.c, tm26/tm26.doc,
555        tm27/system.h, tm27/task1.c, tm27/tm27.doc, tm28/system.h,
556        tm28/task1.c, tm28/tm28.doc, tm29/system.h, tm29/task1.c,
557        tm29/tm29.doc, tmck/system.h, tmck/task1.c, tmck/tmck.doc,
558        tmoverhd/dumrtems.h, tmoverhd/empty.c, tmoverhd/system.h,
559        tmoverhd/testtask.c, tmoverhd/tmoverhd.doc: URL for license changed.
560
5612003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
562
563        * Makefile.am: Reflect having moved aclocal/.
564
5652003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
566
567        * Makefile.am: Reflect having moved automake/.
568        * include/Makefile.am: Reflect having moved automake/.
569        * tm01/Makefile.am: Reflect having moved automake/.
570        * tm02/Makefile.am: Reflect having moved automake/.
571        * tm03/Makefile.am: Reflect having moved automake/.
572        * tm04/Makefile.am: Reflect having moved automake/.
573        * tm05/Makefile.am: Reflect having moved automake/.
574        * tm06/Makefile.am: Reflect having moved automake/.
575        * tm07/Makefile.am: Reflect having moved automake/.
576        * tm08/Makefile.am: Reflect having moved automake/.
577        * tm09/Makefile.am: Reflect having moved automake/.
578        * tm10/Makefile.am: Reflect having moved automake/.
579        * tm11/Makefile.am: Reflect having moved automake/.
580        * tm12/Makefile.am: Reflect having moved automake/.
581        * tm13/Makefile.am: Reflect having moved automake/.
582        * tm14/Makefile.am: Reflect having moved automake/.
583        * tm15/Makefile.am: Reflect having moved automake/.
584        * tm16/Makefile.am: Reflect having moved automake/.
585        * tm17/Makefile.am: Reflect having moved automake/.
586        * tm18/Makefile.am: Reflect having moved automake/.
587        * tm19/Makefile.am: Reflect having moved automake/.
588        * tm20/Makefile.am: Reflect having moved automake/.
589        * tm21/Makefile.am: Reflect having moved automake/.
590        * tm22/Makefile.am: Reflect having moved automake/.
591        * tm23/Makefile.am: Reflect having moved automake/.
592        * tm24/Makefile.am: Reflect having moved automake/.
593        * tm25/Makefile.am: Reflect having moved automake/.
594        * tm26/Makefile.am: Reflect having moved automake/.
595        * tm27/Makefile.am: Reflect having moved automake/.
596        * tm28/Makefile.am: Reflect having moved automake/.
597        * tm29/Makefile.am: Reflect having moved automake/.
598        * tmck/Makefile.am: Reflect having moved automake/.
599        * tmoverhd/Makefile.am: Reflect having moved automake/.
600
6012003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
602
603        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
604
6052003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
606
607        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
608        CC_CFLAGS_DEFAULT (obsolete).
609
6102003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
611
612        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
613        Remove CC_LDFLAGS_PROFILE_V.
614
6152003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
616
617        * configure.ac: Remove AC_CONFIG_AUX_DIR.
618
6192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
620
621        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
622
6232003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
624
625        * configure.ac: AC_PREREQ(2.57).
626
6272002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
628
629        * .cvsignore: Reformat.
630        Add autom4te*cache.
631        Remove autom4te.cache.
632
6332002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
634
635        * tm01/Makefile.am: Use $(OBJEXT) instead of .o.
636        * tm02/Makefile.am: Use $(OBJEXT) instead of .o.
637        * tm03/Makefile.am: Use $(OBJEXT) instead of .o.
638        * tm04/Makefile.am: Use $(OBJEXT) instead of .o.
639        * tm05/Makefile.am: Use $(OBJEXT) instead of .o.
640        * tm06/Makefile.am: Use $(OBJEXT) instead of .o.
641        * tm07/Makefile.am: Use $(OBJEXT) instead of .o.
642        * tm08/Makefile.am: Use $(OBJEXT) instead of .o.
643        * tm09/Makefile.am: Use $(OBJEXT) instead of .o.
644        * tm10/Makefile.am: Use $(OBJEXT) instead of .o.
645        * tm11/Makefile.am: Use $(OBJEXT) instead of .o.
646        * tm12/Makefile.am: Use $(OBJEXT) instead of .o.
647        * tm13/Makefile.am: Use $(OBJEXT) instead of .o.
648        * tm14/Makefile.am: Use $(OBJEXT) instead of .o.
649        * tm15/Makefile.am: Use $(OBJEXT) instead of .o.
650        * tm16/Makefile.am: Use $(OBJEXT) instead of .o.
651        * tm17/Makefile.am: Use $(OBJEXT) instead of .o.
652        * tm18/Makefile.am: Use $(OBJEXT) instead of .o.
653        * tm19/Makefile.am: Use $(OBJEXT) instead of .o.
654        * tm20/Makefile.am: Use $(OBJEXT) instead of .o.
655        * tm21/Makefile.am: Use $(OBJEXT) instead of .o.
656        * tm22/Makefile.am: Use $(OBJEXT) instead of .o.
657        * tm23/Makefile.am: Use $(OBJEXT) instead of .o.
658        * tm24/Makefile.am: Use $(OBJEXT) instead of .o.
659        * tm25/Makefile.am: Use $(OBJEXT) instead of .o.
660        * tm26/Makefile.am: Use $(OBJEXT) instead of .o.
661        * tm27/Makefile.am: Use $(OBJEXT) instead of .o.
662        * tm28/Makefile.am: Use $(OBJEXT) instead of .o.
663        * tm29/Makefile.am: Use $(OBJEXT) instead of .o.
664        * tmck/Makefile.am: Use $(OBJEXT) instead of .o.
665        * tmoverhd/Makefile.am: Use $(OBJEXT) instead of .o.
666
6672002-08-01      Joel Sherrill <joel@OARcorp.com>
668
669        * Per PR47 add support for buffered test output.  This involved
670        adding defines to redirect output to a buffer and dump it when
671        full, at "test pause", and at exit.  To avoid problems when redefining
672        exit(), all tests were modified to call rtems_test_exit().
673        Some tests, notable psxtests, had to be modified to include
674        the standard test macro .h file (pmacros.h or tmacros.h) to
675        enable this support.
676        * include/timesys.h, tm01/task1.c, tm02/task1.c, tm03/task1.c,
677        tm04/task1.c, tm05/task1.c, tm06/task1.c, tm07/task1.c, tm08/task1.c,
678        tm09/task1.c, tm10/task1.c, tm11/task1.c, tm12/task1.c, tm13/task1.c,
679        tm14/task1.c, tm15/task1.c, tm16/task1.c, tm17/task1.c, tm18/task1.c,
680        tm19/task1.c, tm20/task1.c, tm21/task1.c, tm22/task1.c, tm23/task1.c,
681        tm24/task1.c, tm25/task1.c, tm26/task1.c, tm27/task1.c, tm28/task1.c,
682        tm29/task1.c, tmck/task1.c, tmoverhd/testtask.c: Modified.
6832002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
684
685        * configure.ac: Remove ENABLE_GCC28.
686
6872002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
688
689        * configure.ac:
690        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
691        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
692        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
693        * Makefile.am: Remove AUTOMAKE_OPTIONS.
694        * tm01/Makefile.am: Remove AUTOMAKE_OPTIONS.
695        * tm02/Makefile.am: Remove AUTOMAKE_OPTIONS.
696        * tm03/Makefile.am: Remove AUTOMAKE_OPTIONS.
697        * tm04/Makefile.am: Remove AUTOMAKE_OPTIONS.
698        * tm05/Makefile.am: Remove AUTOMAKE_OPTIONS.
699        * tm06/Makefile.am: Remove AUTOMAKE_OPTIONS.
700        * tm07/Makefile.am: Remove AUTOMAKE_OPTIONS.
701        * tm08/Makefile.am: Remove AUTOMAKE_OPTIONS.
702        * tm09/Makefile.am: Remove AUTOMAKE_OPTIONS.
703        * tm10/Makefile.am: Remove AUTOMAKE_OPTIONS.
704        * tm11/Makefile.am: Remove AUTOMAKE_OPTIONS.
705        * tm12/Makefile.am: Remove AUTOMAKE_OPTIONS.
706        * tm13/Makefile.am: Remove AUTOMAKE_OPTIONS.
707        * tm14/Makefile.am: Remove AUTOMAKE_OPTIONS.
708        * tm15/Makefile.am: Remove AUTOMAKE_OPTIONS.
709        * tm16/Makefile.am: Remove AUTOMAKE_OPTIONS.
710        * tm17/Makefile.am: Remove AUTOMAKE_OPTIONS.
711        * tm18/Makefile.am: Remove AUTOMAKE_OPTIONS.
712        * tm19/Makefile.am: Remove AUTOMAKE_OPTIONS.
713        * tm20/Makefile.am: Remove AUTOMAKE_OPTIONS.
714        * tm21/Makefile.am: Remove AUTOMAKE_OPTIONS.
715        * tm22/Makefile.am: Remove AUTOMAKE_OPTIONS.
716        * tm23/Makefile.am: Remove AUTOMAKE_OPTIONS.
717        * tm24/Makefile.am: Remove AUTOMAKE_OPTIONS.
718        * tm25/Makefile.am: Remove AUTOMAKE_OPTIONS.
719        * tm26/Makefile.am: Remove AUTOMAKE_OPTIONS.
720        * tm27/Makefile.am: Remove AUTOMAKE_OPTIONS.
721        * tm28/Makefile.am: Remove AUTOMAKE_OPTIONS.
722        * tm29/Makefile.am: Remove AUTOMAKE_OPTIONS.
723        * tmck/Makefile.am: Remove AUTOMAKE_OPTIONS.
724        * tmoverhd/Makefile.am: Remove AUTOMAKE_OPTIONS.
725
7262001-11-08      Jiri Gaisler <jiri@gaisler.com>
727
728        This fix is response to test results reported by Jerry Needell
729        <jerry.needell@unh.edu> for the SPARC/ERC32 and tracked as PR80.
730        * tm27/task1.c: Account for overhead in starting and stopping
731        the timer.
732
7332001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
734
735        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
736        * configure.in: Remove.
737        * configure.ac: New file, generated from configure.in by autoupdate.
738
7392001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
740
741        * tmtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
742
7432001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
744
745        * tm27/Makefile.am: include leaf.am instead of leaf.cfg.
746        * tm26/Makefile.am: include leaf.am instead of leaf.cfg.
747        * tm24/Makefile.am: include leaf.am instead of leaf.cfg.
748        * tm16/Makefile.am: include leaf.am instead of leaf.cfg.
749        * tm18/Makefile.am: include leaf.am instead of leaf.cfg.
750        * tm02/Makefile.am: include leaf.am instead of leaf.cfg.
751        * tm10/Makefile.am: include leaf.am instead of leaf.cfg.
752        * tm11/Makefile.am: include leaf.am instead of leaf.cfg.
753        * tm15/Makefile.am: include leaf.am instead of leaf.cfg.
754        * tm19/Makefile.am: include leaf.am instead of leaf.cfg.
755        * tm04/Makefile.am: include leaf.am instead of leaf.cfg.
756        * tm17/Makefile.am: include leaf.am instead of leaf.cfg.
757        * tm28/Makefile.am: include leaf.am instead of leaf.cfg.
758        * tmck/Makefile.am: include leaf.am instead of leaf.cfg.
759        * tm08/Makefile.am: include leaf.am instead of leaf.cfg.
760        * tm12/Makefile.am: include leaf.am instead of leaf.cfg.
761        * tm03/Makefile.am: include leaf.am instead of leaf.cfg.
762        * tm13/Makefile.am: include leaf.am instead of leaf.cfg.
763        * tm29/Makefile.am: include leaf.am instead of leaf.cfg.
764        * tmoverhd/Makefile.am: include leaf.am instead of leaf.cfg.
765        * tm20/Makefile.am: include leaf.am instead of leaf.cfg.
766        * tm09/Makefile.am: include leaf.am instead of leaf.cfg.
767        * tm01/Makefile.am: include leaf.am instead of leaf.cfg.
768        * tm21/Makefile.am: include leaf.am instead of leaf.cfg.
769        * tm07/Makefile.am: include leaf.am instead of leaf.cfg.
770        * tm25/Makefile.am: include leaf.am instead of leaf.cfg.
771        * tm22/Makefile.am: include leaf.am instead of leaf.cfg.
772        * tm06/Makefile.am: include leaf.am instead of leaf.cfg.
773        * tm05/Makefile.am: include leaf.am instead of leaf.cfg.
774        * tm14/Makefile.am: include leaf.am instead of leaf.cfg.
775        * tm23/Makefile.am: include leaf.am instead of leaf.cfg.
776
7772001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
778
779        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
780
7812001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
782
783        * tm20/Makefile.am: Remove stubdir.rel
784
7852000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
786
787        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
788
7892000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
790
791        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
792
7932000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
794
795        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
796        Switch to GNU canonicalization.
797        * tmtests.am: Remove DEFS.
798
7992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
800
801        * tm01/Makefile.am, tm02/Makefile.am, tm03/Makefile.am,
802        tm04/Makefile.am, tm05/Makefile.am, tm06/Makefile.am,
803        tm07/Makefile.am, tm08/Makefile.am, tm09/Makefile.am,
804        tm10/Makefile.am, tm11/Makefile.am, tm12/Makefile.am,
805        tm13/Makefile.am, tm14/Makefile.am, tm15/Makefile.am,
806        tm16/Makefile.am, tm17/Makefile.am, tm18/Makefile.am,
807        tm19/Makefile.am, tm20/Makefile.am, tm21/Makefile.am,
808        tm22/Makefile.am, tm23/Makefile.am, tm24/Makefile.am,
809        tm25/Makefile.am, tm26/Makefile.am, tm27/Makefile.am,
810        tm28/Makefile.am, tm29/Makefile.am, tmck/Makefile.am,
811        tmoverhd/Makefile.am: Include compile.am
812
8132000-08-10      Joel Sherrill <joel@OARcorp.com>
814
815        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.