source: trunk/essentials/sys-devel/automake-1.10/tests/ChangeLog-old

Last change on this file was 3147, checked in by bird, 18 years ago

automake 1.10

File size: 35.3 KB
Line 
12001-02-07 Tom Tromey <tromey@redhat.com>
2
3 * Makefile.am (XFAIL_TESTS): Removed remake3.test,
4 distcommon.test.
5
6 * Makefile.am (XFAIL_TESTS): Added new files.
7
8 * remake3.test: New file.
9 * Makefile.am (TESTS): Added new file.
10
11 * distcommon.test: New file.
12 * Makefile.am (TESTS): Added new file.
13
142001-02-04 Tom Tromey <tromey@redhat.com>
15
16 * exsource.test: Updated for new include code.
17
182001-02-03 Tom Tromey <tromey@redhat.com>
19
20 * Makefile.am (XFAIL_TESTS): Removed colon7.test.
21
222001-01-29 Akim Demaille <akim@epita.fr>
23
24 * check.test: New.
25
262001-01-28 Tom Tromey <tromey@redhat.com>
27
28 * listval.test: New file.
29 * Makefile.am (TESTS): Added listval.test.
30
312001-01-26 Tom Tromey <tromey@redhat.com>
32
33 * makevars.test: Fail if automake fails.
34
352001-01-26 Pavel Roskin <proski@gnu.org>
36
37 * Makefile.am (XFAIL_TESTS): Added colon7.test.
38
392001-01-26 Akim Demaille <akim@epita.fr>
40
41 * vtexi.test (info_TEXINFOS): Check that the path to mdate-sh is
42 already correct.
43
44 * defs (AUTOCONF, has_autoconf, needs_autoconf): New.
45 * ansi3.test, cond9.test, depacl2.test, install2.test, pr19.test,
46 * pr87.test, pr9.test, subobj3.test, target-cflags.test: Use them.
47
482001-01-25 Pavel Roskin <proski@gnu.org>
49
50 * makevars.test: Disable shell tracing.
51
522001-01-25 Akim Demaille <akim@epita.fr>
53
54 * makevars.test: New.
55
562001-01-24 Akim Demaille <akim@epita.fr>
57
58 * vtexi.test (info_TEXINFOS): Escape a $ in egrep pattern.
59
602001-01-23 Akim Demaille <akim@epita.fr>
61
62 * vtexi.test: Also check that stamp-vti properly depends upon
63 configure.in and the Texinfo source file.
64
652001-01-21 Kevin Ryde <user42@zip.com.au>
66
67 * colon7.test: Grep for a couple of AC_OUTPUT problems.
68
692001-01-15 Tom Tromey <tromey@redhat.com>
70
71 * subdir3.test: Allow any number of dependencies.
72
73 * subobj4.test: Fixed test case.
74
75 * amassign.test: New file.
76 * Makefile.am (TESTS): Added new file.
77
782001-01-12 Tom Tromey <tromey@redhat.com>
79
80 * subobj4.test: New file.
81 * Makefile.am (TESTS): Added subobj4.test.
82
83 * cxxansi.test: New file.
84 * Makefile.am (TESTS): Added cxxansi.test.
85
862000-12-21 Tom Tromey <tromey@redhat.com>
87
88 * vtexi.test: Fixed to reflect new rules.
89
902000-12-17 Tom Tromey <tromey@redhat.com>
91
92 * Makefile.am (XFAIL_TESTS): Don't mention ldflags.test.
93
942000-11-25 Tom Tromey <tromey@cygnus.com>
95
96 * space.test: New file.
97 * Makefile.am (TESTS): Added space.test.
98
992000-11-23 Pavel Roskin <proski@gnu.org>
100
101 * pr87.test: Prevent automake from looking into .. and ../..
102 by using AC_CONFIG_AUX_DIR(.) in configure.in.
103
1042000-11-23 Tom Tromey <tromey@cygnus.com>
105
106 * pr87.test: New file. From PR automake/87.
107 * Makefile.am (TESTS): Added pr87.test.
108
1092000-10-17 Pavel Roskin <proski@gnu.org>
110
111 * Makefile.am (TESTS): Added aclocali1.test.
112 * aclocali1.test: New file.
113
1142000-08-30 Tom Tromey <tromey@cygnus.com>
115
116 * Makefile.am (XFAIL_TESTS): Removed pr72.test.
117
118 For PR automake/72:
119 * Makefile.am (TESTS): Added pr72.test.
120 (XFAIL_TESTS): Likewise.
121 * pr72.test: New file.
122
1232000-08-28 Tom Tromey <tromey@cygnus.com>
124
125 * Makefile.am (XFAIL_TESTS): Added ldflags.test.
126
1272000-08-27 Tom Tromey <tromey@cygnus.com>
128
129 For PR automake/75:
130 * Makefile.am (TESTS): Added fortdep.test.
131 * fortdep.test: New file.
132
133 For PR automake/68:
134 * Makefile.am (TESTS): Added header.test.
135 * header.test: New file.
136
1372000-08-26 Tom Tromey <tromey@cygnus.com>
138
139 For PR automake/73:
140 * Makefile.am (TESTS): Added instman2.test.
141 * instman2.test: New file.
142
143 For PR automake/77:
144 * Makefile.am (TESTS): Added ldflags.test.
145 * ldflags.test: New file.
146
1472000-08-06 Jim Meyering <meyering@lucent.com>
148
149 * Makefile.am (TESTS): Add subdir4.test.
150 * subdir4.test: New test for the just-fixed depcomp failure.
151
1522000-08-02 Akim Demaille <akim@epita.fr>
153
154 * depacl.test: Weaken the regexp looking for AM_PROG_CC_C_STDC in
155 aclocal.m4.
156
1572000-05-01 Pavel Roskin <pavel_roskin@geocities.com>
158
159 * install2.test: Prevent automake from looking into .. and ../..
160 by using AC_CONFIG_AUX_DIR(.) in configure.in
161 * pr19.test: Likewise
162 * subobj3.test: Likewise
163
1642000-03-19 Tom Tromey <tromey@cygnus.com>
165
166 * libobj2.test: Put depcomp into subdir.
167 * confsub.test: Put depcomp into subdir.
168 * defs: Always copy `depcomp'.
169
170 * defs: Correctly create `depcomp'.
171 * nodepcomp.test: Remove depcomp.
172
173 More for PR automake/38:
174 * symlink3.test: New file.
175 * Makefile.am (TESTS): Added symlink3.test.
176
177 For PR automake/38:
178 * symlink2.test: New file.
179 * Makefile.am (TESTS): Added symlink2.test.
180
181 For PR automake/45:
182 * defs, acoutnoq.test, texinfo8.test, tagsub.test, subdir2.test,
183 subdir.test, scripts.test, remake2.test, remake.test, pr2.test,
184 parse.test, output4.test, output3.test, output2.test, output.test,
185 libobj10.test, libobj9.test, libobj8.test, libobj7.test,
186 libobj6.test, libobj2.test, libobj.test, fpinstall.test,
187 fpinst2.test, depend3.test, confsub.test, config.test,
188 confh4.test, confh3.test, confh2.test, confh.test, conf2.test,
189 colon7.test, colon6.test, colon5.test, colon4.test, colon3.test,
190 colon2.test, colon.test, acouttbs.test, acoutqnl.test,
191 acoutput.test: Put AM_INIT_AUTOMAKE into configure.in.
192
193 * install2.test: Expect a `dist' failure.
194
1952000-03-19 Tom Tromey <tromey@cygnus.com>
196
197 * nodepcomp.test: New file.
198 * Makefile.am (TESTS): Added nodepcomp.test.
199
2002000-02-02 Assar Westerlund <assar@sics.se>
201
202 * target-cflags.test: new test case to target-specific CFLAGS
203
2042000-01-08 Tom Tromey <tromey@cygnus.com>
205
206 * ansi.test, texinfo.test, empty.test, insh2.test, texinfo8.test:
207 Remove @SET_MAKE@ before using Makefile.
208 * backsl2.test: Don't add AC_PROG_MAKE_SET in configure.in;
209 already done.
210 * defs: Put AC_PROG_MAKE_SET in configure.in.
211 * acoutnoq.test, acoutput.test, acoutqnl.test, acouttbs.test,
212 acouttbs2.test, colon.test, colon2.test, colon3.test, colon4.test,
213 colon5.test, colon6.test, colon7.test, conf2.test, confh.test,
214 confh2.test, confh3.test, confh4.test, config.test, depend3.test,
215 discover.test, fpinst2.test, gnits.test, ldadd.test, libobj.test,
216 libobj10.test, libobj2.test, libobj6.test, libobj7.test,
217 libobj8.test, libobj9.test, output.test, output2.test,
218 output3.test, output4.test, output5.test, package.test,
219 parse.test, pr2.test, remake.test, remake2.test, scripts.test,
220 stamph.test, texinfo8.test: Likewise.
221
2221999-12-26 Tom Tromey <tromey@cygnus.com>
223
224 * subobj3.test: Remove depcomp.
225 * pr9.test: Remove depcomp.
226 Remove opportunistic check.
227 * pr19.test: Remove depcomp.
228
2291999-12-25 Tom Tromey <tromey@cygnus.com>
230
231 * suffix2.test: Create config.guess and config.sub so user doesn't
232 need libtoolize. From Klaus Reichl.
233
2341999-12-19 Tom Tromey <tromey@cygnus.com>
235
236 Test for PR automake/9:
237 * pr9.test: New file.
238 * Makefile.am (TESTS): Added pr9.test.
239
240 * pr19.test: Fail gracefully if gzip missing.
241 * install2.test: Fail gracefully if gzip missing.
242
2431999-12-19 Pavel Roskin <pavel_roskin@geocities.com>
244
245 * tests/defs: add all permissions to testSubDir before
246 removing it.
247
2481999-12-19 Tom Tromey <tromey@cygnus.com>
249
250 * pr2.test: Use egrep, not grep.
251
252 Test for PR automake/2:
253 * pr2.test: New file.
254 * Makefile.am (TESTS): Added pr2.test.
255
2561999-12-15 Tom Tromey <tromey@cygnus.com>
257
258 * dup3.test: New file.
259 * Makefile.am (TESTS): Added dup3.test.
260
2611999-12-13 Tom Tromey <tromey@cygnus.com>
262
263 * pr19.test: New file. For PR automake/19.
264 * Makefile.am (TESTS): Added pr19.test.
265
266 * lex4.test: New file. For PR automake/6.
267 * Makefile.am (TESTS): Added lex4.test.
268
269 * suffix3.test: New file.
270 * Makefile.am (TESTS): Added suffix3.test.
271
272 * suffix2.test: Added `no-dependencies' to options in
273 Makefile.am. Removed trailing `exit 1'.
274
275 * nostdinc.test: New file.
276 * Makefile.am (TESTS): Added nostdinc.test.
277
278 * condincl2.test: New file.
279 * condincl.test: New file.
280 * Makefile.am (TESTS): Added condincl.test, condincl2.test.
281
282 * suffix2.test: New file.
283 * Makefile.am (TESTS): Added suffix2.test.
284
285 * subobj.test: Remove final test.
286
2871999-12-12 Tom Tromey <tromey@cygnus.com>
288
289 * Makefile.am (XFAIL_TESTS): Removed subobj3.test.
290
2911999-12-10 Tom Tromey <tromey@cygnus.com>
292
293 * install2.test: New file.
294 * Makefile.am (TESTS): Added install2.test.
295
296 * specflags5.test: New file.
297 * Makefile.am (TESTS): Added specflags5.test.
298
2991999-12-06 Tom Tromey <tromey@cygnus.com>
300
301 * confh4.test: Corrected final test.
302
303 * confh4.test: New file. PR automake/34.
304 * Makefile.am (TESTS): Mention confh4.test.
305
3061999-11-22 Tom Tromey <tromey@cygnus.com>
307
308 * defs: Never hard link `depcomp'. From Pavel Roskin
309
310 * exsource.test: Don't use configure substitution in _SOURCES.
311 * depend.test: Don't use configure substitution in _SOURCES.
312 * cygwin32.test: Don't use configure substitution in _SOURCES.
313
314 * subobj.test: Check for another bug.
315
316 * Makefile.am (XFAIL_TESTS): Removed sourcesub.test,
317 ltlibobjs.test.
318
3191999-11-21 Tom Tromey <tromey@cygnus.com>
320
321 * specflags3.test: Updated test for new dependency
322 implementation.
323
3241999-10-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
325
326 * defs: Set CDPATH to avoid verbose cd.
327
3281999-09-14 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
329
330 * defs: Avoid printing the full pathname of testSubDir.
331
332 * exsource.test: Update.
333
3341999-06-01 Alexandre Oliva <oliva@dcc.unicamp.br>
335
336 * exsource.test: sed @AMDEP@ away from `include' line.
337
338 * compile_f_c_cxx.test: depcomp is no longer in the same line.
339
3401999-04-25 Alexandre Oliva <oliva@dcc.unicamp.br>
341
342 * compile_f_c_cxx.test: Look for $(depcomp) for C and C++.
343 * suffix.test: We no longer emit % rules.
344
3451999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
346
347 * defs: Create link or copy of depcomp.
348 * depend2.test: Removed, no more disted dependencies.
349 * Makefile.am (TESTS): Likewise.
350 * exsource.test: Adjust dependency filenames.
351 * mdate3.test: Adjust for depcomp.
352
3531999-11-07 Tom Tromey <tromey@cygnus.com>
354
355 * dash.test: New file.
356 * Makefile.am (TESTS): Added dash.test.
357
3581999-08-26 Tom Tromey <tromey@cygnus.com>
359
360 * texinfo8.test: Use directory named `sub'.
361
362 * symlink.test: Use directory named `sub' (just in case; for
363 Windows).
364
3651999-08-15 Tom Tromey <tromey@cygnus.com>
366
367 * ansi4.test: New file.
368 * Makefile.am (TESTS): Added ansi4.test.
369
3701999-07-30 Tom Tromey <tromey@cygnus.com>
371
372 * double.test (bin_PROGRAMS): New file.
373 * Makefile.am (TESTS): Added double.test.
374
3751999-07-27 Tom Tromey <tromey@cygnus.com>
376
377 * empty4.test: New file.
378 * Makefile.am (TESTS): Added empty4.test.
379
3801999-07-13 Tom Tromey <tromey@cygnus.com>
381
382 * empty3.test: New file.
383 * Makefile.am (TESTS): Added empty3.test.
384
385 * empty2.test: Also look for `pavel.o'.
386
387 * empty2.test: New file.
388 * Makefile.am (TESTS): Added empty2.test.
389
3901999-05-27 Tom Tromey <tromey@cygnus.com>
391
392 * subobj3.test: New file.
393 * Makefile.am (TESTS): Added subobj3.test.
394 (XFAIL_TESTS): Likewise.
395
396 * ltlibobjs.test: New file.
397 * Makefile.am (TESTS): Added ltlibobjs.test.
398 (XFAIL_TESTS): Added ltlibobjs.test.
399
400 * Makefile.am (XFAIL_TESTS): Added sourcesub.test.
401
4021999-05-19 Tom Tromey <tromey@cygnus.com>
403
404 * specflags4.test: Typo fix.
405
406 * specflags4.test: New file. From Pavel Roskin.
407 * Makefile.am (TESTS): Added specflags4.test.
408
409 * specflags.test: Added regression test for missing space.
410
4111999-05-13 Tom Tromey <tromey@cygnus.com>
412
413 * sourcesub.test: New file.
414 * Makefile.am (TESTS): Added sourcesub.test.
415
4161999-05-01 Tom Tromey <tromey@cygnus.com>
417
418 * libobj2.test: Reverted previous change; it is incorrect.
419
420 * libobj2.test: Error if libtu.a.P is mentioned.
421
4221999-04-27 Tom Tromey <tromey@cygnus.com>
423
424 * cond9.test: New file. From Raja R Harinath.
425 * Makefile.am (TESTS): Added cond9.test.
426
427 * pluseq8.test: New file.
428 * Makefile.am (TESTS): Added pluseq8.test.
429
430 * canon5.test: Updated to reflect change to MACRO_PATTERN.
431
432 * specflags3.test: New file.
433 * Makefile.am (TESTS): Added specflags3.test.
434 (TESTS): Now lists one file per line, for simpler maintenance.
435
436 * specflags2.test: New file.
437 * specflags.test: New file.
438 * Makefile.am (TESTS): Added specflags.test, specflags2.test.
439
4401999-04-27 Alexandre Oliva <oliva@dcc.unicamp.br>
441
442 * canon5.test (bin_PROGRAMS): New file.
443 * Makefile.am (TESTS): Added canon5.test.
444
4451999-04-20 Alexandre Oliva <oliva@dcc.unicamp.br>
446
447 * libobj10.test: New file.
448 * Makefile.am (TESTS): Added libobj10.test.
449
4501999-04-11 Tom Tromey <tromey@cygnus.com>
451
452 * subobj2.test: New file.
453 * Makefile.am (TESTS): Added subobj2.test.
454
455 * subobj.test: New file.
456 * Makefile.am (TESTS): Added subobj.test.
457
458 * confh.test: Use `sed' to extract full definition of
459 DIST_COMMON. Look for stamp-h.in rule in include/Makefile.in.
460 * Makefile.am (XFAIL_TESTS): Removed confh.test.
461
4621999-04-10 Tom Tromey <tromey@cygnus.com>
463
464 * defs: Ensure srcdir is always absolute.
465
466 * Makefile.am (XFAIL_TESTS): Removed cond8.test.
467
468 * gcj2.test: New file.
469 * Makefile.am (TESTS): Added gcj2.test.
470
4711999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
472
473 * suffix.test: New file.
474 * Makefile.am: Added suffix.test.
475
476 * Makefile.am (XFAIL_TESTS): Added cond8.test.
477
478 * cond3.test: Refer to am_targ_OBJECTS.
479
480 * yacc2.test, yacc3.test: New files.
481 * Makefile.am (TESTS): Added yacc2.test and yacc3.test.
482
4831999-04-09 Tom Tromey <tromey@cygnus.com>
484
485 * nodist.test: New file.
486 * Makefile.am (TESTS): Added nodist.test.
487
488 * gcj.test: New file.
489 * Makefile.am (TESTS): Added gcj.test.
490
4911999-04-08 Tom Tromey <tromey@cygnus.com>
492
493 * cond8.test: New file.
494 * Makefile.am (TESTS): Added cond8.test.
495
4961999-04-07 Alexandre Oliva <oliva@dcc.unicamp.br>
497
498 * backsl2.test: New file.
499 * Makefile.am (TESTS): Added backsl2.test.
500
501 * texinfo8.test: texinfo.tex is only disted by aux/Makefile.
502
503 * texinfo8.test: New file.
504 * Makefile.am (TESTS): Added texinfo8.test.
505
5061999-03-31 Tom Tromey <tromey@cygnus.com>
507
508 * pluseq2.test, pluseq3.test: Updated for recent \-preservation
509 change.
510
5111999-03-31 Alexandre Oliva <oliva@dcc.unicamp.br>
512
513 * Makefile.am (XFAIL_TESTS): add confh.test
514
5151999-03-30 Tom Tromey <tromey@cygnus.com>
516
517 * mclean.test: Fixed typo.
518
519 * mclean.test: New file.
520 * Makefile.am (TESTS): Added mclean.test.
521
5221999-03-30 Alexandre Oliva <oliva@dcc.unicamp.br>
523
524 * confh.test: if include/Makefile.am is created, the test fails
525
5261999-03-27 Tom Tromey <tromey@cygnus.com>
527
528 * extra4.test: Allow EXTRA_DATA to be specified.
529
5301999-03-22 Tom Tromey <tromey@cygnus.com>
531
532 * ldadd.test: Use AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL.
533
534 * pluseq7.test: New file.
535 * Makefile.am (TESTS): Added pluseq7.test.
536 * pluseq6.test: New file.
537 * Makefile.am (TESTS): Added pluseq6.test.
538
5391999-03-21 Tom Tromey <tromey@cygnus.com>
540
541 * nodep.test: New file.
542 * Makefile.am (TESTS): Added nodep.test.
543
544 * subdir3.test: Correctly mention _SOURCES in Makefile.am.
545
546 * subdir3.test: New file.
547 * Makefile.am (TESTS): Added subdir3.test.
548 * xsource.test: Changed to check whether multiple source files
549 with same object name cause failure.
550
5511999-03-11 Tom Tromey <tromey@cygnus.com>
552
553 * libobj9.test: New file.
554 * Makefile.am (TESTS): Added libobj9.test.
555
556 * insthook.test: Don't require GNU grep. From John Pierce.
557
558 * lex3.test: New file.
559 * Makefile.am (TESTS): Added lex3.test.
560
5611999-03-01 Tom Tromey <tromey@cygnus.com>
562
563 * ansi3.test: Use no-dependencies option to avoid GNU make
564 requirement. From Jerome Lovy.
565
5661999-02-27 Tom Tromey <tromey@cygnus.com>
567
568 * ext.test (foo_SOURCES): New file.
569 * Makefile.am (TESTS): Added ext.test.
570
5711999-02-11 Tom Tromey <tromey@cygnus.com>
572
573 * cygwin32.test: Use AC_EXEEXT, not AM_EXEEXT.
574
575 * obsolete2.test: New file.
576 * Makefile.am (TESTS): Added obsolete2.test.
577
5781999-02-01 Tom Tromey <tromey@cygnus.com>
579
580 * installsh.test (AUTOMAKE): Use $PERL. From Pavel Roskin.
581
582 * cond5.test: Sleep 15 seconds, not 5. Some people still run the
583 test on slow machines.
584
5851999-01-22 Tom Tromey <tromey@cygnus.com>
586
587 * copy.test: New file.
588 * Makefile.am (TESTS): Added copy.test.
589
590 * ppf77.test: New file.
591 * Makefile.am (TESTS): Added ppf77.test.
592
5931999-01-14 Tom Tromey <tromey@cygnus.com>
594
595 * confh3.test: New file.
596 * Makefile.am (TESTS): Added confh3.test.
597
598 * confh2.test: New file.
599 * Makefile.am (TESTS): Added confh2.test.
600
601 * confh.test: Run automake differently the second time.
602
603 * mdate3.test: New file.
604 * Makefile.am (TESTS): Added mdate3.test.
605
6061999-01-11 Tom Tromey <tromey@cygnus.com>
607
608 * confh.test: New file.
609 * Makefile.am (TESTS): Added confh.test.
610
6111999-01-10 Tom Tromey <tromey@cygnus.com>
612
613 * objc.test: Updated to account for new ObjC support.
614
615 * pluseq5.test: New file.
616 * Makefile.am (TESTS): Added pluseq5.test.
617
618 * all.test: Test all *-local targets, not just all-local.
619
620 * all.test: New file.
621 * Makefile.am (TESTS): Added all.test.
622
6231999-01-07 Tom Tromey <tromey@cygnus.com>
624
625 * include.test: New file.
626 * Makefile.am (TESTS): Added include.test.
627
6281998-12-21 Tom Tromey <tromey@cygnus.com>
629
630 * insthook.test: Updated to fail when it should.
631
6321998-12-11 Tom Tromey <tromey@cygnus.com>
633
634 * insthook.test: New file.
635 * Makefile.am (TESTS): Added insthook.test.
636
6371998-11-27 Tom Tromey <tromey@cygnus.com>
638
639 * cond7.test: New file. From Pavel Roskin.
640 * Makefile.am (TESTS): New file.
641
6421998-11-10 Tom Tromey <tromey@cygnus.com>
643
644 * pluseq4.test: New file.
645 * Makefile.am (TESTS): Added pluseq4.test.
646
6471998-11-09 Tom Tromey <tromey@cygnus.com>
648
649 * pluseq3.test: New file.
650 * Makefile.am (TESTS): Added pluseq3.test.
651
652 * pluseq2.test: New file.
653 * Makefile.am (TESTS): Added pluseq2.test.
654
6551998-10-30 Tom Tromey <tromey@cygnus.com>
656
657 * pluseq.test: New file.
658 * Makefile.am (TESTS): Added pluseq.test.
659
6601998-10-28 Tom Tromey <tromey@cygnus.com>
661
662 * Makefile.am (distclean-local): Typo fix.
663
6641998-10-20 Tom Tromey <tromey@cygnus.com>
665
666 * Makefile.am (TESTS): Sorted tests. From Jeff Garzik.
667
6681998-10-13 Tom Tromey <tromey@cygnus.com>
669
670 * libobj7.test: Updated to reflect minor change in automake (test
671 wasn't resilient enough).
672 * instman.test: Updated to reflect fact that mkinstalldirs will be
673 in distribution.
674
675 * cxxonly.test: Removed.
676
677Mon Aug 31 09:46:59 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
678
679 * Makefile.am (TESTS): Added compile_f_c_cxx.test.
680 * compile_f_c_cxx.test: New file.
681
682Sat Aug 29 18:17:58 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
683
684 * Makefile.am (TESTS): Added flink.test link_c_cxx.test
685 link_f_c.test link_f_c_cxx.test link_f_cxx.test link_f_only.test.
686 Removed flink.test.
687 * flibs.test: New File.
688 * link_c_cxx.test: New file.
689 * link_f_c.test: New file.
690 * link_f_c_cxx.test: New file.
691 * link_f_cxx.test: New file.
692 * link_f_only.test: New file.
693
694Tue Aug 11 10:46:36 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
695
696 * Makefile.am (TESTS): Add cxxonly.test, fonly.test, flink.test,
697 fnoc.test and fo.test.
698 * cxxonly.test: New file.
699 * fonly.test: New file.
700 * flink.test: New file.
701 * fnoc.test: New file.
702 * fo.test: New file.
703
7041998-10-08 Tom Tromey <tromey@cygnus.com>
705
706 * confdist.test: New file.
707 * Makefile.am (TESTS): Added confdist.test.
708
7091998-10-07 Tom Tromey <tromey@cygnus.com>
710
711 * extra4.test: New file.
712 * extra3.test: New file.
713 * Makefile.am (TESTS): Added extra3.test, extra4.test.
714
715Mon Oct 5 12:47:32 1998 Tom Tromey <tromey@cygnus.com>
716
717 * badline.test: New file.
718 * Makefile.am (TESTS): Added badline.test.
719
720Thu Oct 1 00:03:39 1998 Tom Tromey <tromey@cygnus.com>
721
722 * seenc.test: Updated test to account for removed line numbers.
723
724 * xsource.test: Correctly fail if source in subdir.
725
726Wed Sep 30 12:17:34 1998 Tom Tromey <tromey@cygnus.com>
727
728 * colon7.test: New file.
729 * Makefile.am (TESTS): Added colon7.test.
730
731Tue Sep 29 02:09:11 1998 Tom Tromey <tromey@cygnus.com>
732
733 * config.test: New file.
734 * Makefile.am (TESTS): Added config.test.
735
736 * Makefile.am (TESTS): Reference clean.test, not clean.am.
737
738Mon Sep 28 01:46:34 1998 Tom Tromey <tromey@cygnus.com>
739
740 * recurs2.test: New file, from Jim Meyering.
741 * Makefile.am (TESTS): Added recurs2.test.
742
743 * Makefile.am (TESTS): Added clean.am.
744 * clean.test: New file.
745 * ansi2.test: Updated test for new SUBDIRS change.
746 * noinst.test: Updated test for new SUBDIRS change.
747 * checkall.test: Added check to make sure check-local is handled.
748 Updated test for new SUBDIRS change.
749 * java.test: Updated test for new SUBDIRS change.
750
751Sun Sep 27 20:01:20 1998 Tom Tromey <tromey@cygnus.com>
752
753 * Makefile.am (TESTS): Added else.test.
754 * else.test: New file.
755
756 * Makefile.am (TESTS): Added parse.test.
757 * parse.test: New file.
758
759Sat Sep 26 19:17:43 1998 Tom Tromey <tromey@cygnus.com>
760
761 * aclocal.test: Put AM_INIT_AUTOMAKE into configure.in.
762 * library.test: Use AC_EXEEXT.
763 * texinfo5.test: Use AC_EXEEXT.
764 * Many files: use AC_PROG_INSTALL, not AM_PROG_INSTALL.
765
766 Test suite updates for the @SHELL@ change:
767 * exsource.test: Set SHELL on `make' command line.
768 * ansi.test: Set SHELL on `make' command line.
769 * texinfo.test: Set SHELL on `make' command line.
770 * insh2.test: Set SHELL on `make' command line.
771 * empty.test: Rewrite @SHELL@ to /bin/sh.
772
773Tue Sep 22 01:20:00 1998 Tom Tromey <tromey@cygnus.com>
774
775 * ansi3.test: Use gcc and not gcc -traditional.
776
777Tue Sep 15 22:19:48 1998 Tom Tromey <tromey@cygnus.com>
778
779 * texinfo7.test: New file.
780
781Sun Aug 16 23:17:38 1998 Tom Tromey <tromey@cygnus.com>
782
783 * colon6.test: New file.
784
785Fri Aug 14 11:09:03 1998 Tom Tromey <tromey@cygnus.com>
786
787 * cond6.test: New file.
788
789Mon Aug 10 21:05:15 1998 Tom Tromey <tromey@cygnus.com>
790
791 * ansi3.test: New file.
792
793Sat Jul 18 00:27:26 1998 Tom Tromey <tromey@cygnus.com>
794
795 * recurs.test: New file.
796
797 * cond3.test: Changed to match recent fixes.
798
799Fri Jul 17 23:44:49 1998 Tom Tromey <tromey@cygnus.com>
800
801 * cond4.test, cond5.test: New files.
802
803Tue May 26 01:44:37 1998 Tom Tromey <tromey@cygnus.com>
804
805 * syntax.test: New file.
806
807Sun Apr 5 15:26:42 1998 Tom Tromey <tromey@cygnus.com>
808
809 * version3.test: Increased version number to ensure failure for a
810 long time to come.
811
812 * library.test: New file.
813
814 * lex2.test: Updated since lex error changed to warning.
815
816Fri Apr 3 13:04:50 1998 Tom Tromey <tromey@cygnus.com>
817
818 * colon5.test: New file.
819
820 * exdir2.test: New file.
821 * instdata.test: New file.
822
823Wed Mar 25 15:30:39 1998 Tom Tromey <tromey@cygnus.com>
824
825 * badopt.test: new file.
826 * version3.test: New file.
827
828Mon Mar 23 10:52:36 1998 Tom Tromey <tromey@cygnus.com>
829
830 * libobj8.test: New file.
831
832Fri Mar 20 00:32:16 1998 Tom Tromey <tromey@cygnus.com>
833
834 * lex2.test: New file.
835
836 * aclocalii.test: New file.
837
838 * javasubst.test: New file.
839
840Thu Mar 19 14:11:45 1998 Tom Tromey <tromey@cygnus.com>
841
842 * javaprim.test: New file.
843
844 * sinclude.test: New file.
845
846Wed Mar 18 17:15:22 1998 Tom Tromey <tromey@cygnus.com>
847
848 * java.test: New file.
849
850Sun Mar 8 15:35:14 1998 Tom Tromey <tromey@cygnus.com>
851
852 * colon4.test: New file.
853
854Fri Mar 6 21:17:10 1998 Tom Tromey <tromey@cygnus.com>
855
856 * colon3.test: Refined tests.
857
858Tue Feb 24 12:29:05 1998 Tom Tromey <tromey@cygnus.com>
859
860 * man.test: Removed.
861
862 * condman2.test: New file.
863
864Mon Feb 23 16:20:49 1998 Tom Tromey <tromey@cygnus.com>
865
866 * texinfo6.test: New file.
867
868Mon Feb 16 00:08:58 1998 Tom Tromey <tromey@cygnus.com>
869
870 * aclocali.test: New file.
871
872Fri Feb 13 00:36:38 1998 Tom Tromey <tromey@cygnus.com>
873
874 * texinfo5.test (info_TEXINFOS): New file.
875
876 * condman.test: New file.
877
878 * Makefile.am (distclean-local): Ignore rm return value.
879
880Thu Feb 12 21:00:34 1998 Tom Tromey <tromey@cygnus.com>
881
882 * unused.test: New file.
883
884 * whoami.test: New file.
885
886 * alpha.test: New file.
887
888Wed Feb 11 17:28:30 1998 Tom Tromey <tromey@cygnus.com>
889
890 * aclocal.test: New file.
891
892Thu Feb 5 13:22:17 1998 Tom Tromey <tromey@cygnus.com>
893
894 * cxxcpp.test: New file.
895
896Mon Dec 1 15:48:16 1997 Tom Tromey <tromey@cygnus.com>
897
898 * cond3.test: New file.
899
900Sat Nov 29 22:09:27 1997 Tom Tromey <tromey@cygnus.com>
901
902 * objc.test: New file.
903
904Sat Oct 25 00:04:04 1997 Tom Tromey <tromey@cygnus.com>
905
906 * libobj7.test: New file.
907
908Tue Oct 21 00:46:24 1997 Tom Tromey <tromey@cygnus.com>
909
910 * lex2.test: Removed; @LEXLIB@ no longer required.
911
912 * depacl2.test: Use -I, not --acdir.
913
914 * install.test: New file.
915 * ammissing.test: New file.
916
917Sun Sep 28 17:19:52 1997 Tom Tromey <tromey@cygnus.com>
918
919 * cxxnoc.test: Changed to reflect MKDEP change.
920
921Wed Sep 24 16:01:59 1997 Tom Tromey <tromey@cygnus.com>
922
923 * output5.test: New file.
924
925 * depend3.test: New file.
926
927Mon Aug 25 17:24:42 1997 Tom Tromey <tromey@cygnus.com>
928
929 * cygwin32.test: Use AM_EXEEXT, not AM_CYGWIN32.
930
931Tue Aug 5 20:33:33 1997 Tom Tromey <tromey@cygnus.com>
932
933 * libobj6.test: New file.
934
935Mon May 26 22:47:36 1997 Tom Tromey <tromey@cygnus.com>
936
937 * depend.test: Fixed test.
938
939Sat May 10 18:28:14 1997 Tom Tromey <tromey@cygnus.com>
940
941 * depend2.test: Fixed test; added another check.
942
943Sun May 4 15:47:24 1997 Tom Tromey <tromey@cygnus.com>
944
945 * xsource.test: New file.
946
947Tue Apr 29 19:08:47 1997 Tom Tromey <tromey@cygnus.com>
948
949 * cond.test, cond2.test: New files from Ian Taylor.
950
951Sun Apr 27 21:07:49 1997 Tom Tromey <tromey@cygnus.com>
952
953 * confsub.test: Fixed bug.
954
955Fri Apr 25 12:30:22 1997 Tom Tromey <tromey@cygnus.com>
956
957 * conf2.test: New file.
958
959Tue Apr 8 19:26:07 1997 Tom Tromey <tromey@cygnus.com>
960
961 * ansi.test, empty.test, exsource.test, insh2.test, man.test,
962 mkinst2.test, texinfo.test, texinfo2.test: Use $MAKE.
963
964 * defs (MAKE): Define.
965
966Mon Apr 7 17:35:49 1997 Tom Tromey <tromey@cygnus.com>
967
968 * version2.test: New file.
969
970Wed Apr 2 00:12:26 1997 Tom Tromey <tromey@cygnus.com>
971
972 * ldadd.test: New file.
973
974Fri Mar 28 23:36:04 1997 Tom Tromey <tromey@cygnus.com>
975
976 * stamph.test: New file.
977
978Thu Mar 27 18:10:47 1997 Tom Tromey <tromey@cygnus.com>
979
980 * lisp.test: New file.
981
982Sat Mar 22 01:14:03 1997 Tom Tromey <tromey@cygnus.com>
983
984 * cygwin32.test: New file.
985
986Thu Mar 20 00:34:33 1997 Tom Tromey <tromey@cygnus.com>
987
988 * exsource.test: Exit if not using GNU make.
989
990Tue Mar 18 22:36:34 1997 Tom Tromey <tromey@cygnus.com>
991
992 * remake2.test: Changed for `missing' support.
993
994Sun Mar 16 14:29:45 1997 Tom Tromey <tromey@cygnus.com>
995
996 * seenc.test: New file.
997
998 * checkall.test, noinst.test: Don't use bogus construct when
999 checking.
1000
1001 * libobj3.test, canon.test, target.test, spell2.test,
1002 primary2.test, discover.test, lex2.test: Fixed to test what it
1003 claims to test.
1004
1005Mon Mar 10 23:21:03 1997 Tom Tromey <tromey@cygnus.com>
1006
1007 * libobj.test, libobj2.test: Use AC_PROG_CC.
1008
1009 * confsub.test: Modified for definition of CONFIG_HEADER_FULL.
1010
1011 * cxxlibobj.test: New file.
1012
1013Wed Feb 26 13:05:42 1997 Tom Tromey <tromey@cygnus.com>
1014
1015 * tagsub.test: New file.
1016
1017Sun Feb 23 11:58:00 1997 Tom Tromey <tromey@cygnus.com>
1018
1019 * texinfo.test, texinfo2.test, texinfo3.test, info.test,
1020 mdate.test, vtexi.test, canon2.test, mdate2.test, vtexi2.test:
1021 Updated for new texinfo handling.
1022
1023 * texinfo4.test: New file.
1024 * texinfo3.test: New file.
1025
1026Sat Feb 22 09:48:44 1997 Tom Tromey <tromey@cygnus.com>
1027
1028 * yaccpp.test: New file.
1029
1030Tue Feb 11 09:51:47 1997 Tom Tromey <tromey@cygnus.com>
1031
1032 * texinfo2.test: Fixed quoting bug. From Michael Brantley.
1033
1034Tue Feb 4 18:41:32 1997 Tom Tromey <tromey@cygnus.com>
1035
1036 * confsub.test: Check subdir/Makefile.in to make sure dependency
1037 is correct.
1038
1039 * ansi2.test: ANSI2KNR dependency of all.
1040
1041Tue Dec 10 00:43:14 1996 Tom Tromey <tromey@cygnus.com>
1042
1043 * defun2.test: New file.
1044 * subst.test: New file.
1045
1046Sun Dec 8 12:25:22 1996 Tom Tromey <tromey@cygnus.com>
1047
1048 * colneq2.test: New file.
1049
1050Sat Dec 7 12:52:45 1996 Tom Tromey <tromey@cygnus.com>
1051
1052 * output4.test: New file.
1053 * output3.test: New file.
1054 * remake2.test: New file.
1055 * output2.test: New file.
1056
1057Fri Dec 6 19:00:31 1996 Tom Tromey <tromey@cygnus.com>
1058
1059 * output.test: New file.
1060
1061Thu Dec 5 18:23:17 1996 Tom Tromey <tromey@cygnus.com>
1062
1063 * remake.test: New file.
1064 * colon3.test: New file.
1065 * colon2.test: New file.
1066 * cxxo.test: New file.
1067
1068Wed Dec 4 00:41:44 1996 Tom Tromey <tromey@cygnus.com>
1069
1070 * defs: Allow user to set interpreter via PERL environment
1071 variable.
1072
1073 * Makefile.am (distclean-local): New target.
1074
1075Tue Dec 3 11:55:18 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
1076
1077 * dup.test, dup2.test: Modified, now that aclocal allows
1078 acinclude.m4 to override any installed macro file.
1079
1080Mon Dec 2 22:44:16 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
1081
1082 * alllib.test: Removed from distribution, since LIBFILES are no
1083 longer computed.
1084
1085Sun Nov 24 14:36:00 1996 Tom Tromey <tromey@cygnus.com>
1086
1087 * extra2.test: New file.
1088
1089Fri Nov 22 00:10:04 1996 Tom Tromey <tromey@cygnus.com>
1090
1091 * stdlib.test: New file.
1092
1093Thu Nov 21 22:51:35 1996 Tom Tromey <tromey@cygnus.com>
1094
1095 * confsub.test: Use AM_CONFIG_HEADER.
1096
1097Tue Nov 19 23:37:32 1996 Tom Tromey <tromey@cygnus.com>
1098
1099 * confvar2.test: New file.
1100
1101Fri Nov 15 00:09:18 1996 Tom Tromey <tromey@cygnus.com>
1102
1103 * ansi2.test: New file.
1104
1105 * libfiles.test: Removed (obsolete).
1106
1107 * libobj.test, canon4.test, libobj2.test, alllib.test,
1108 ranlib.test: Fixed for Gord's changes to library handling.
1109
1110 * Many files: Use AC_PROG_CC to avoid error.
1111
1112Thu Oct 24 15:22:53 1996 Tom Tromey <tromey@cygnus.com>
1113
1114 * confvar.test: New file.
1115 * ranlib.test: New file.
1116
1117Mon Oct 21 22:57:51 1996 Tom Tromey <tromey@cygnus.com>
1118
1119 * version.test: New file.
1120
1121Fri Oct 11 00:51:04 1996 Tom Tromey <tromey@cygnus.com>
1122
1123 * libobj5.test: New file.
1124 * libobj4.test: New file.
1125 * distdir.test: New file.
1126 * lex2.test: New file.
1127
1128Sun Oct 6 11:00:44 1996 Tom Tromey <tromey@cygnus.com>
1129
1130 * acsilent.test: New file.
1131 * req.test: New file.
1132 * acinclude.test: New file.
1133
1134Sat Oct 5 11:31:38 1996 Tom Tromey <tromey@cygnus.com>
1135
1136 * discover.test: New file.
1137
1138 * mkinst2.test: Renamed from mkinstall2.test.
1139
1140 * symlink.test: New file.
1141
1142Thu Oct 3 19:55:23 1996 Tom Tromey <tromey@cygnus.com>
1143
1144 * vpath.test: New file.
1145
1146Mon Sep 30 08:34:07 1996 Tom Tromey <tromey@cygnus.com>
1147
1148 * comment2.test: New file.
1149
1150Mon Sep 23 00:23:34 1996 Tom Tromey <tromey@creche.cygnus.com>
1151
1152 * spell3.test: New file.
1153
1154Sun Sep 22 14:42:09 1996 Tom Tromey <tromey@creche.cygnus.com>
1155
1156 * depend2.test: New file.
1157
1158Sat Sep 21 14:01:10 1996 Tom Tromey <tromey@creche.cygnus.com>
1159
1160 * primary2.test: New file.
1161 * primary.test: New file.
1162
1163Fri Sep 20 09:39:27 1996 Tom Tromey <tromey@creche.cygnus.com>
1164
1165 * confsub.test: New file.
1166
1167Mon Sep 16 00:05:52 1996 Tom Tromey <tromey@creche.cygnus.com>
1168
1169 * spell2.test: New file.
1170
1171 * spell.test: New file.
1172
1173Thu Sep 12 14:57:49 1996 Tom Tromey <tromey@creche.cygnus.com>
1174
1175 * implicit.test: New file.
1176
1177Wed Sep 11 13:57:10 1996 Tom Tromey <tromey@creche.cygnus.com>
1178
1179 * colneq.test: New file.
1180
1181 * interp2.test: New file.
1182
1183Sun Sep 8 10:47:07 1996 Tom Tromey <tromey@creche.cygnus.com>
1184
1185 * gnits.test: New file.
1186
1187Thu Sep 5 22:54:26 1996 Tom Tromey <tromey@creche.cygnus.com>
1188
1189 * libobj3.test: New file.
1190
1191Tue Sep 3 20:57:38 1996 Tom Tromey <tromey@creche.cygnus.com>
1192
1193 * block.test: New file.
1194
1195Mon Aug 26 23:04:01 1996 Tom Tromey <tromey@creche.cygnus.com>
1196
1197 * alllib.test: New file.
1198
1199 * interp.test: New file.
1200
1201Mon Aug 12 13:58:55 1996 Tom Tromey <tromey@creche.cygnus.com>
1202
1203 * libobj2.test: New file.
1204
1205 * order.test: New file.
1206
1207Sun Aug 11 00:10:42 1996 Tom Tromey <tromey@creche.cygnus.com>
1208
1209 * cxxnoc.test: New file.
1210
1211 * cxxlink.test: Use AC_PROG_CXX.
1212
1213 * lex.test: Use AC_PROG_LEX, AC_DECL_YYTEXT.
1214
1215 * yacc.test: Use AC_PROG_YACC in configure.in.
1216
1217 * cxxlink.test: New file.
1218
1219 * yacc.test: Fixed test for new yacc code.
1220
1221Sat Aug 10 10:09:45 1996 Tom Tromey <tromey@creche.cygnus.com>
1222
1223 * defun.test: New file.
1224
1225 * dup.test: New file.
1226
1227Fri Aug 9 09:18:07 1996 Tom Tromey <tromey@creche.cygnus.com>
1228
1229 * canon4.test: New file.
1230
1231Thu Aug 8 10:47:45 1996 Tom Tromey <tromey@creche.cygnus.com>
1232
1233 * exsource.test: New file.
1234
1235 * subdir2.test: New file.
1236
1237 * scripts.test: New file.
1238
1239Tue Aug 6 12:30:41 1996 Tom Tromey <tromey@creche.cygnus.com>
1240
1241 * lex.test: New file.
1242
1243Mon Aug 5 01:03:03 1996 Tom Tromey <tromey@creche.cygnus.com>
1244
1245 * obsolete.test: New file.
1246
1247 * Many files: Use AM_ macros, not fp_ macros.
1248
1249 * info.test: New file.
1250
1251Sun Aug 4 12:47:34 1996 Tom Tromey <tromey@creche.cygnus.com>
1252
1253 * man.test: New file.
1254
1255 * acouttbs2.test: New file.
1256
1257 * libfiles.test: New file.
1258
1259 * comment.test: New file.
1260
1261 * tags.test: New file.
1262
1263 * vtexi2.test: New file.
1264
1265 * colon.test: New file.
1266
1267Sun Jul 28 11:43:00 1996 Tom Tromey <tromey@creche.cygnus.com>
1268
1269 * defs (ACLOCAL): Added definition.
1270
1271 * depacl.test, depacl2.test, error.test: New tests for aclocal.
1272
1273Fri Jul 19 10:09:56 1996 Tom Tromey <tromey@creche.cygnus.com>
1274
1275 * ansi.test: New file.
1276
1277Sun Jun 9 23:20:03 1996 Tom Tromey <tromey@creche.cygnus.com>
1278
1279 * texinfo2.test: New file.
1280
1281Sat Jun 8 10:00:42 1996 Tom Tromey <tromey@creche.cygnus.com>
1282
1283 * mkinstall2.test: New file.
1284
1285Fri Jun 7 18:17:11 1996 Tom Tromey <tromey@creche.cygnus.com>
1286
1287 * yacc.test: New file.
1288
1289Sun Jun 2 09:04:52 1996 Tom Tromey <tromey@creche.cygnus.com>
1290
1291 * dejagnu.test: New file.
1292
1293 * texinfo.test: New file.
1294
1295Thu May 23 09:58:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1296
1297 * fpinst2.test: New file.
1298
1299 * fpinstall.test: New file.
1300
1301Wed May 22 09:45:52 1996 Tom Tromey <tromey@creche.cygnus.com>
1302
1303 * outdir.test: New file.
1304
1305Sat May 18 10:51:37 1996 Tom Tromey <tromey@creche.cygnus.com>
1306
1307 * insh2.test: New file.
1308
1309Fri May 17 17:32:35 1996 Tom Tromey <tromey@creche.cygnus.com>
1310
1311 * number.test: New file.
1312
1313 * defs, many .test files: Define PACKAGE and VERSION in
1314 configure.in.
1315
1316 * package.test: New file.
1317
1318 * backsl.test: New file.
1319
1320Thu May 16 09:15:57 1996 Tom Tromey <tromey@creche.cygnus.com>
1321
1322 * subdir.test: New file.
1323
1324Tue May 14 10:17:17 1996 Tom Tromey <tromey@creche.cygnus.com>
1325
1326 * mdate2.test: New file, from report by Jim Meyering.
1327
1328 * canon3.test: New file.
1329
1330 * auxdir.test: New file.
1331
1332 * mkinstall.test: New file.
1333
1334 * extra.test: Reversed sense of test.
1335
1336Fri Apr 26 15:15:01 1996 Tom Tromey <tromey@creche.cygnus.com>
1337
1338 * instman.test: New file.
1339
1340Thu Apr 25 17:12:30 1996 Tom Tromey <tromey@creche.cygnus.com>
1341
1342 * noinst.test: New file
1343
1344 * exdir.test: Quoting change from Gord Matzigkeit.
1345
1346 * extra.test (EXTRA_PROGRAMS): New file.
1347
1348Tue Apr 9 22:55:07 1996 Tom Tromey <tromey@creche.cygnus.com>
1349
1350 * target.test: New file.
1351
1352Wed Apr 3 15:10:54 1996 Tom Tromey <tromey@creche.cygnus.com>
1353
1354 * canon2.test: New file
1355
1356 * insh.test: New file.
1357
1358Wed Mar 27 23:31:51 1996 Tom Tromey <tromey@creche.cygnus.com>
1359
1360 * rulepat.test: New file.
1361
1362Sat Mar 16 08:37:36 1996 Tom Tromey <tromey@creche.cygnus.com>
1363
1364 * empty.test: New file.
1365
1366Fri Mar 15 17:55:13 1996 Tom Tromey <tromey@creche.cygnus.com>
1367
1368 * installsh.test: New file.
1369
1370Tue Mar 5 16:22:46 1996 Tom Tromey <tromey@creche.cygnus.com>
1371
1372 * badprog.test: Rewrote.
1373
1374 * canon.test: New file.
1375
1376Mon Mar 4 21:08:37 1996 Tom Tromey <tromey@creche.cygnus.com>
1377
1378 * exdir.test: New file.
1379
1380Fri Mar 1 17:23:53 1996 Tom Tromey <tromey@creche.cygnus.com>
1381
1382 * depend.test: New file.
1383
1384 * badprog.test: New file.
1385
1386 * defs (AUTOMAKE): Pass --foreign.
1387
1388Thu Feb 29 20:23:42 1996 Tom Tromey <tromey@creche.cygnus.com>
1389
1390 More tests:
1391 * prefix.test: New file.
1392 * spelling.test: New file
1393 * confincl.test: New file.
1394 * Makefile.am (TESTS): Updated.
1395
1396Wed Feb 28 11:57:02 1996 Tom Tromey <tromey@creche.cygnus.com>
1397
1398 * acoutqnl.test: New file.
1399 * Makefile.am (TESTS): Include it.
1400
1401Tue Feb 27 10:52:58 1996 Tom Tromey <tromey@creche.cygnus.com>
1402
1403 * Makefile.am (DIST_OTHER): Include "defs".
1404
1405 * defs (AUTOMAKE): Never relative to $srcdir.
1406
1407Mon Feb 26 23:14:08 1996 Tom Tromey <tromey@creche.cygnus.com>
1408
1409 * libobj.test: Put AC_PROG_RANLIB in configure.in
1410
1411Mon Feb 19 08:22:22 1996 Tom Tromey <tromey@creche.cygnus.com>
1412
1413 * proginst.test: New file.
1414
1415Tue Feb 13 18:54:39 1996 Tom Tromey <tromey@creche.cygnus.com>
1416
1417 * libobj.test: New file.
1418
1419Mon Feb 12 17:05:48 1996 Tom Tromey <tromey@creche.cygnus.com>
1420
1421 * acouttbs.test: New file.
1422
1423 * Makefile.am (DIST_OTHER): New variable.
1424
1425 * acoutnoq.test: New file.
1426
1427Sun Feb 11 16:39:14 1996 Tom Tromey <tromey@creche.cygnus.com>
1428
1429 * checkall.test: Delay a little.
1430
1431 * Makefile.am (check-local): Print name of failing test.
1432
1433Sat Feb 10 17:08:39 1996 Tom Tromey <tromey@creche.cygnus.com>
1434
1435 * checkall.test: New file.
1436
1437 * instexec.test: New file.
1438
1439 * mdate.test, vtexi.test, acoutput.test: New files.
1440
1441 * Started.
Note: See TracBrowser for help on using the repository browser.