ChangeLog-tests 35 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448
  1. 2001-02-07 Tom Tromey <tromey@redhat.com>
  2. * Makefile.am (XFAIL_TESTS): Removed remake3.test,
  3. distcommon.test.
  4. * Makefile.am (XFAIL_TESTS): Added new files.
  5. * remake3.test: New file.
  6. * Makefile.am (TESTS): Added new file.
  7. * distcommon.test: New file.
  8. * Makefile.am (TESTS): Added new file.
  9. 2001-02-04 Tom Tromey <tromey@redhat.com>
  10. * exsource.test: Updated for new include code.
  11. 2001-02-03 Tom Tromey <tromey@redhat.com>
  12. * Makefile.am (XFAIL_TESTS): Removed colon7.test.
  13. 2001-01-29 Akim Demaille <akim@epita.fr>
  14. * check.test: New.
  15. 2001-01-28 Tom Tromey <tromey@redhat.com>
  16. * listval.test: New file.
  17. * Makefile.am (TESTS): Added listval.test.
  18. 2001-01-26 Tom Tromey <tromey@redhat.com>
  19. * makevars.test: Fail if automake fails.
  20. 2001-01-26 Pavel Roskin <proski@gnu.org>
  21. * Makefile.am (XFAIL_TESTS): Added colon7.test.
  22. 2001-01-26 Akim Demaille <akim@epita.fr>
  23. * vtexi.test (info_TEXINFOS): Check that the path to mdate-sh is
  24. already correct.
  25. * defs (AUTOCONF, has_autoconf, needs_autoconf): New.
  26. * ansi3.test, cond9.test, depacl2.test, install2.test, pr19.test,
  27. * pr87.test, pr9.test, subobj3.test, target-cflags.test: Use them.
  28. 2001-01-25 Pavel Roskin <proski@gnu.org>
  29. * makevars.test: Disable shell tracing.
  30. 2001-01-25 Akim Demaille <akim@epita.fr>
  31. * makevars.test: New.
  32. 2001-01-24 Akim Demaille <akim@epita.fr>
  33. * vtexi.test (info_TEXINFOS): Escape a $ in egrep pattern.
  34. 2001-01-23 Akim Demaille <akim@epita.fr>
  35. * vtexi.test: Also check that stamp-vti properly depends upon
  36. configure.in and the Texinfo source file.
  37. 2001-01-21 Kevin Ryde <user42@zip.com.au>
  38. * colon7.test: Grep for a couple of AC_OUTPUT problems.
  39. 2001-01-15 Tom Tromey <tromey@redhat.com>
  40. * subdir3.test: Allow any number of dependencies.
  41. * subobj4.test: Fixed test case.
  42. * amassign.test: New file.
  43. * Makefile.am (TESTS): Added new file.
  44. 2001-01-12 Tom Tromey <tromey@redhat.com>
  45. * subobj4.test: New file.
  46. * Makefile.am (TESTS): Added subobj4.test.
  47. * cxxansi.test: New file.
  48. * Makefile.am (TESTS): Added cxxansi.test.
  49. 2000-12-21 Tom Tromey <tromey@redhat.com>
  50. * vtexi.test: Fixed to reflect new rules.
  51. 2000-12-17 Tom Tromey <tromey@redhat.com>
  52. * Makefile.am (XFAIL_TESTS): Don't mention ldflags.test.
  53. 2000-11-25 Tom Tromey <tromey@cygnus.com>
  54. * space.test: New file.
  55. * Makefile.am (TESTS): Added space.test.
  56. 2000-11-23 Pavel Roskin <proski@gnu.org>
  57. * pr87.test: Prevent automake from looking into .. and ../..
  58. by using AC_CONFIG_AUX_DIR(.) in configure.in.
  59. 2000-11-23 Tom Tromey <tromey@cygnus.com>
  60. * pr87.test: New file. From PR automake/87.
  61. * Makefile.am (TESTS): Added pr87.test.
  62. 2000-10-17 Pavel Roskin <proski@gnu.org>
  63. * Makefile.am (TESTS): Added aclocali1.test.
  64. * aclocali1.test: New file.
  65. 2000-08-30 Tom Tromey <tromey@cygnus.com>
  66. * Makefile.am (XFAIL_TESTS): Removed pr72.test.
  67. For PR automake/72:
  68. * Makefile.am (TESTS): Added pr72.test.
  69. (XFAIL_TESTS): Likewise.
  70. * pr72.test: New file.
  71. 2000-08-28 Tom Tromey <tromey@cygnus.com>
  72. * Makefile.am (XFAIL_TESTS): Added ldflags.test.
  73. 2000-08-27 Tom Tromey <tromey@cygnus.com>
  74. For PR automake/75:
  75. * Makefile.am (TESTS): Added fortdep.test.
  76. * fortdep.test: New file.
  77. For PR automake/68:
  78. * Makefile.am (TESTS): Added header.test.
  79. * header.test: New file.
  80. 2000-08-26 Tom Tromey <tromey@cygnus.com>
  81. For PR automake/73:
  82. * Makefile.am (TESTS): Added instman2.test.
  83. * instman2.test: New file.
  84. For PR automake/77:
  85. * Makefile.am (TESTS): Added ldflags.test.
  86. * ldflags.test: New file.
  87. 2000-08-06 Jim Meyering <meyering@lucent.com>
  88. * Makefile.am (TESTS): Add subdir4.test.
  89. * subdir4.test: New test for the just-fixed depcomp failure.
  90. 2000-08-02 Akim Demaille <akim@epita.fr>
  91. * depacl.test: Weaken the regexp looking for AM_PROG_CC_C_STDC in
  92. aclocal.m4.
  93. 2000-05-01 Pavel Roskin <pavel_roskin@geocities.com>
  94. * install2.test: Prevent automake from looking into .. and ../..
  95. by using AC_CONFIG_AUX_DIR(.) in configure.in
  96. * pr19.test: Likewise
  97. * subobj3.test: Likewise
  98. 2000-03-19 Tom Tromey <tromey@cygnus.com>
  99. * libobj2.test: Put depcomp into subdir.
  100. * confsub.test: Put depcomp into subdir.
  101. * defs: Always copy `depcomp'.
  102. * defs: Correctly create `depcomp'.
  103. * nodepcomp.test: Remove depcomp.
  104. More for PR automake/38:
  105. * symlink3.test: New file.
  106. * Makefile.am (TESTS): Added symlink3.test.
  107. For PR automake/38:
  108. * symlink2.test: New file.
  109. * Makefile.am (TESTS): Added symlink2.test.
  110. For PR automake/45:
  111. * defs, acoutnoq.test, texinfo8.test, tagsub.test, subdir2.test,
  112. subdir.test, scripts.test, remake2.test, remake.test, pr2.test,
  113. parse.test, output4.test, output3.test, output2.test, output.test,
  114. libobj10.test, libobj9.test, libobj8.test, libobj7.test,
  115. libobj6.test, libobj2.test, libobj.test, fpinstall.test,
  116. fpinst2.test, depend3.test, confsub.test, config.test,
  117. confh4.test, confh3.test, confh2.test, confh.test, conf2.test,
  118. colon7.test, colon6.test, colon5.test, colon4.test, colon3.test,
  119. colon2.test, colon.test, acouttbs.test, acoutqnl.test,
  120. acoutput.test: Put AM_INIT_AUTOMAKE into configure.in.
  121. * install2.test: Expect a `dist' failure.
  122. 2000-03-19 Tom Tromey <tromey@cygnus.com>
  123. * nodepcomp.test: New file.
  124. * Makefile.am (TESTS): Added nodepcomp.test.
  125. 2000-02-02 Assar Westerlund <assar@sics.se>
  126. * target-cflags.test: new test case to target-specific CFLAGS
  127. 2000-01-08 Tom Tromey <tromey@cygnus.com>
  128. * ansi.test, texinfo.test, empty.test, insh2.test, texinfo8.test:
  129. Remove @SET_MAKE@ before using Makefile.
  130. * backsl2.test: Don't add AC_PROG_MAKE_SET in configure.in;
  131. already done.
  132. * defs: Put AC_PROG_MAKE_SET in configure.in.
  133. * acoutnoq.test, acoutput.test, acoutqnl.test, acouttbs.test,
  134. acouttbs2.test, colon.test, colon2.test, colon3.test, colon4.test,
  135. colon5.test, colon6.test, colon7.test, conf2.test, confh.test,
  136. confh2.test, confh3.test, confh4.test, config.test, depend3.test,
  137. discover.test, fpinst2.test, gnits.test, ldadd.test, libobj.test,
  138. libobj10.test, libobj2.test, libobj6.test, libobj7.test,
  139. libobj8.test, libobj9.test, output.test, output2.test,
  140. output3.test, output4.test, output5.test, package.test,
  141. parse.test, pr2.test, remake.test, remake2.test, scripts.test,
  142. stamph.test, texinfo8.test: Likewise.
  143. 1999-12-26 Tom Tromey <tromey@cygnus.com>
  144. * subobj3.test: Remove depcomp.
  145. * pr9.test: Remove depcomp.
  146. Remove opportunistic check.
  147. * pr19.test: Remove depcomp.
  148. 1999-12-25 Tom Tromey <tromey@cygnus.com>
  149. * suffix2.test: Create config.guess and config.sub so user doesn't
  150. need libtoolize. From Klaus Reichl.
  151. 1999-12-19 Tom Tromey <tromey@cygnus.com>
  152. Test for PR automake/9:
  153. * pr9.test: New file.
  154. * Makefile.am (TESTS): Added pr9.test.
  155. * pr19.test: Fail gracefully if gzip missing.
  156. * install2.test: Fail gracefully if gzip missing.
  157. 1999-12-19 Pavel Roskin <pavel_roskin@geocities.com>
  158. * tests/defs: add all permissions to testSubDir before
  159. removing it.
  160. 1999-12-19 Tom Tromey <tromey@cygnus.com>
  161. * pr2.test: Use egrep, not grep.
  162. Test for PR automake/2:
  163. * pr2.test: New file.
  164. * Makefile.am (TESTS): Added pr2.test.
  165. 1999-12-15 Tom Tromey <tromey@cygnus.com>
  166. * dup3.test: New file.
  167. * Makefile.am (TESTS): Added dup3.test.
  168. 1999-12-13 Tom Tromey <tromey@cygnus.com>
  169. * pr19.test: New file. For PR automake/19.
  170. * Makefile.am (TESTS): Added pr19.test.
  171. * lex4.test: New file. For PR automake/6.
  172. * Makefile.am (TESTS): Added lex4.test.
  173. * suffix3.test: New file.
  174. * Makefile.am (TESTS): Added suffix3.test.
  175. * suffix2.test: Added `no-dependencies' to options in
  176. Makefile.am. Removed trailing `exit 1'.
  177. * nostdinc.test: New file.
  178. * Makefile.am (TESTS): Added nostdinc.test.
  179. * condincl2.test: New file.
  180. * condincl.test: New file.
  181. * Makefile.am (TESTS): Added condincl.test, condincl2.test.
  182. * suffix2.test: New file.
  183. * Makefile.am (TESTS): Added suffix2.test.
  184. * subobj.test: Remove final test.
  185. 1999-12-12 Tom Tromey <tromey@cygnus.com>
  186. * Makefile.am (XFAIL_TESTS): Removed subobj3.test.
  187. 1999-12-10 Tom Tromey <tromey@cygnus.com>
  188. * install2.test: New file.
  189. * Makefile.am (TESTS): Added install2.test.
  190. * specflags5.test: New file.
  191. * Makefile.am (TESTS): Added specflags5.test.
  192. 1999-12-06 Tom Tromey <tromey@cygnus.com>
  193. * confh4.test: Corrected final test.
  194. * confh4.test: New file. PR automake/34.
  195. * Makefile.am (TESTS): Mention confh4.test.
  196. 1999-11-22 Tom Tromey <tromey@cygnus.com>
  197. * defs: Never hard link `depcomp'. From Pavel Roskin
  198. * exsource.test: Don't use configure substitution in _SOURCES.
  199. * depend.test: Don't use configure substitution in _SOURCES.
  200. * cygwin32.test: Don't use configure substitution in _SOURCES.
  201. * subobj.test: Check for another bug.
  202. * Makefile.am (XFAIL_TESTS): Removed sourcesub.test,
  203. ltlibobjs.test.
  204. 1999-11-21 Tom Tromey <tromey@cygnus.com>
  205. * specflags3.test: Updated test for new dependency
  206. implementation.
  207. 1999-10-02 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
  208. * defs: Set CDPATH to avoid verbose cd.
  209. 1999-09-14 Alexandre Oliva <oliva@lsd.ic.unicamp.br>
  210. * defs: Avoid printing the full pathname of testSubDir.
  211. * exsource.test: Update.
  212. 1999-06-01 Alexandre Oliva <oliva@dcc.unicamp.br>
  213. * exsource.test: sed @AMDEP@ away from `include' line.
  214. * compile_f_c_cxx.test: depcomp is no longer in the same line.
  215. 1999-04-25 Alexandre Oliva <oliva@dcc.unicamp.br>
  216. * compile_f_c_cxx.test: Look for $(depcomp) for C and C++.
  217. * suffix.test: We no longer emit % rules.
  218. 1999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
  219. * defs: Create link or copy of depcomp.
  220. * depend2.test: Removed, no more disted dependencies.
  221. * Makefile.am (TESTS): Likewise.
  222. * exsource.test: Adjust dependency filenames.
  223. * mdate3.test: Adjust for depcomp.
  224. 1999-11-07 Tom Tromey <tromey@cygnus.com>
  225. * dash.test: New file.
  226. * Makefile.am (TESTS): Added dash.test.
  227. 1999-08-26 Tom Tromey <tromey@cygnus.com>
  228. * texinfo8.test: Use directory named `sub'.
  229. * symlink.test: Use directory named `sub' (just in case; for
  230. Windows).
  231. 1999-08-15 Tom Tromey <tromey@cygnus.com>
  232. * ansi4.test: New file.
  233. * Makefile.am (TESTS): Added ansi4.test.
  234. 1999-07-30 Tom Tromey <tromey@cygnus.com>
  235. * double.test (bin_PROGRAMS): New file.
  236. * Makefile.am (TESTS): Added double.test.
  237. 1999-07-27 Tom Tromey <tromey@cygnus.com>
  238. * empty4.test: New file.
  239. * Makefile.am (TESTS): Added empty4.test.
  240. 1999-07-13 Tom Tromey <tromey@cygnus.com>
  241. * empty3.test: New file.
  242. * Makefile.am (TESTS): Added empty3.test.
  243. * empty2.test: Also look for `pavel.o'.
  244. * empty2.test: New file.
  245. * Makefile.am (TESTS): Added empty2.test.
  246. 1999-05-27 Tom Tromey <tromey@cygnus.com>
  247. * subobj3.test: New file.
  248. * Makefile.am (TESTS): Added subobj3.test.
  249. (XFAIL_TESTS): Likewise.
  250. * ltlibobjs.test: New file.
  251. * Makefile.am (TESTS): Added ltlibobjs.test.
  252. (XFAIL_TESTS): Added ltlibobjs.test.
  253. * Makefile.am (XFAIL_TESTS): Added sourcesub.test.
  254. 1999-05-19 Tom Tromey <tromey@cygnus.com>
  255. * specflags4.test: Typo fix.
  256. * specflags4.test: New file. From Pavel Roskin.
  257. * Makefile.am (TESTS): Added specflags4.test.
  258. * specflags.test: Added regression test for missing space.
  259. 1999-05-13 Tom Tromey <tromey@cygnus.com>
  260. * sourcesub.test: New file.
  261. * Makefile.am (TESTS): Added sourcesub.test.
  262. 1999-05-01 Tom Tromey <tromey@cygnus.com>
  263. * libobj2.test: Reverted previous change; it is incorrect.
  264. * libobj2.test: Error if libtu.a.P is mentioned.
  265. 1999-04-27 Tom Tromey <tromey@cygnus.com>
  266. * cond9.test: New file. From Raja R Harinath.
  267. * Makefile.am (TESTS): Added cond9.test.
  268. * pluseq8.test: New file.
  269. * Makefile.am (TESTS): Added pluseq8.test.
  270. * canon5.test: Updated to reflect change to MACRO_PATTERN.
  271. * specflags3.test: New file.
  272. * Makefile.am (TESTS): Added specflags3.test.
  273. (TESTS): Now lists one file per line, for simpler maintenance.
  274. * specflags2.test: New file.
  275. * specflags.test: New file.
  276. * Makefile.am (TESTS): Added specflags.test, specflags2.test.
  277. 1999-04-27 Alexandre Oliva <oliva@dcc.unicamp.br>
  278. * canon5.test (bin_PROGRAMS): New file.
  279. * Makefile.am (TESTS): Added canon5.test.
  280. 1999-04-20 Alexandre Oliva <oliva@dcc.unicamp.br>
  281. * libobj10.test: New file.
  282. * Makefile.am (TESTS): Added libobj10.test.
  283. 1999-04-11 Tom Tromey <tromey@cygnus.com>
  284. * subobj2.test: New file.
  285. * Makefile.am (TESTS): Added subobj2.test.
  286. * subobj.test: New file.
  287. * Makefile.am (TESTS): Added subobj.test.
  288. * confh.test: Use `sed' to extract full definition of
  289. DIST_COMMON. Look for stamp-h.in rule in include/Makefile.in.
  290. * Makefile.am (XFAIL_TESTS): Removed confh.test.
  291. 1999-04-10 Tom Tromey <tromey@cygnus.com>
  292. * defs: Ensure srcdir is always absolute.
  293. * Makefile.am (XFAIL_TESTS): Removed cond8.test.
  294. * gcj2.test: New file.
  295. * Makefile.am (TESTS): Added gcj2.test.
  296. 1999-04-10 Alexandre Oliva <oliva@dcc.unicamp.br>
  297. * suffix.test: New file.
  298. * Makefile.am: Added suffix.test.
  299. * Makefile.am (XFAIL_TESTS): Added cond8.test.
  300. * cond3.test: Refer to am_targ_OBJECTS.
  301. * yacc2.test, yacc3.test: New files.
  302. * Makefile.am (TESTS): Added yacc2.test and yacc3.test.
  303. 1999-04-09 Tom Tromey <tromey@cygnus.com>
  304. * nodist.test: New file.
  305. * Makefile.am (TESTS): Added nodist.test.
  306. * gcj.test: New file.
  307. * Makefile.am (TESTS): Added gcj.test.
  308. 1999-04-08 Tom Tromey <tromey@cygnus.com>
  309. * cond8.test: New file.
  310. * Makefile.am (TESTS): Added cond8.test.
  311. 1999-04-07 Alexandre Oliva <oliva@dcc.unicamp.br>
  312. * backsl2.test: New file.
  313. * Makefile.am (TESTS): Added backsl2.test.
  314. * texinfo8.test: texinfo.tex is only disted by aux/Makefile.
  315. * texinfo8.test: New file.
  316. * Makefile.am (TESTS): Added texinfo8.test.
  317. 1999-03-31 Tom Tromey <tromey@cygnus.com>
  318. * pluseq2.test, pluseq3.test: Updated for recent \-preservation
  319. change.
  320. 1999-03-31 Alexandre Oliva <oliva@dcc.unicamp.br>
  321. * Makefile.am (XFAIL_TESTS): add confh.test
  322. 1999-03-30 Tom Tromey <tromey@cygnus.com>
  323. * mclean.test: Fixed typo.
  324. * mclean.test: New file.
  325. * Makefile.am (TESTS): Added mclean.test.
  326. 1999-03-30 Alexandre Oliva <oliva@dcc.unicamp.br>
  327. * confh.test: if include/Makefile.am is created, the test fails
  328. 1999-03-27 Tom Tromey <tromey@cygnus.com>
  329. * extra4.test: Allow EXTRA_DATA to be specified.
  330. 1999-03-22 Tom Tromey <tromey@cygnus.com>
  331. * ldadd.test: Use AC_PROG_LIBTOOL, not AM_PROG_LIBTOOL.
  332. * pluseq7.test: New file.
  333. * Makefile.am (TESTS): Added pluseq7.test.
  334. * pluseq6.test: New file.
  335. * Makefile.am (TESTS): Added pluseq6.test.
  336. 1999-03-21 Tom Tromey <tromey@cygnus.com>
  337. * nodep.test: New file.
  338. * Makefile.am (TESTS): Added nodep.test.
  339. * subdir3.test: Correctly mention _SOURCES in Makefile.am.
  340. * subdir3.test: New file.
  341. * Makefile.am (TESTS): Added subdir3.test.
  342. * xsource.test: Changed to check whether multiple source files
  343. with same object name cause failure.
  344. 1999-03-11 Tom Tromey <tromey@cygnus.com>
  345. * libobj9.test: New file.
  346. * Makefile.am (TESTS): Added libobj9.test.
  347. * insthook.test: Don't require GNU grep. From John Pierce.
  348. * lex3.test: New file.
  349. * Makefile.am (TESTS): Added lex3.test.
  350. 1999-03-01 Tom Tromey <tromey@cygnus.com>
  351. * ansi3.test: Use no-dependencies option to avoid GNU make
  352. requirement. From Jerome Lovy.
  353. 1999-02-27 Tom Tromey <tromey@cygnus.com>
  354. * ext.test (foo_SOURCES): New file.
  355. * Makefile.am (TESTS): Added ext.test.
  356. 1999-02-11 Tom Tromey <tromey@cygnus.com>
  357. * cygwin32.test: Use AC_EXEEXT, not AM_EXEEXT.
  358. * obsolete2.test: New file.
  359. * Makefile.am (TESTS): Added obsolete2.test.
  360. 1999-02-01 Tom Tromey <tromey@cygnus.com>
  361. * installsh.test (AUTOMAKE): Use $PERL. From Pavel Roskin.
  362. * cond5.test: Sleep 15 seconds, not 5. Some people still run the
  363. test on slow machines.
  364. 1999-01-22 Tom Tromey <tromey@cygnus.com>
  365. * copy.test: New file.
  366. * Makefile.am (TESTS): Added copy.test.
  367. * ppf77.test: New file.
  368. * Makefile.am (TESTS): Added ppf77.test.
  369. 1999-01-14 Tom Tromey <tromey@cygnus.com>
  370. * confh3.test: New file.
  371. * Makefile.am (TESTS): Added confh3.test.
  372. * confh2.test: New file.
  373. * Makefile.am (TESTS): Added confh2.test.
  374. * confh.test: Run automake differently the second time.
  375. * mdate3.test: New file.
  376. * Makefile.am (TESTS): Added mdate3.test.
  377. 1999-01-11 Tom Tromey <tromey@cygnus.com>
  378. * confh.test: New file.
  379. * Makefile.am (TESTS): Added confh.test.
  380. 1999-01-10 Tom Tromey <tromey@cygnus.com>
  381. * objc.test: Updated to account for new ObjC support.
  382. * pluseq5.test: New file.
  383. * Makefile.am (TESTS): Added pluseq5.test.
  384. * all.test: Test all *-local targets, not just all-local.
  385. * all.test: New file.
  386. * Makefile.am (TESTS): Added all.test.
  387. 1999-01-07 Tom Tromey <tromey@cygnus.com>
  388. * include.test: New file.
  389. * Makefile.am (TESTS): Added include.test.
  390. 1998-12-21 Tom Tromey <tromey@cygnus.com>
  391. * insthook.test: Updated to fail when it should.
  392. 1998-12-11 Tom Tromey <tromey@cygnus.com>
  393. * insthook.test: New file.
  394. * Makefile.am (TESTS): Added insthook.test.
  395. 1998-11-27 Tom Tromey <tromey@cygnus.com>
  396. * cond7.test: New file. From Pavel Roskin.
  397. * Makefile.am (TESTS): New file.
  398. 1998-11-10 Tom Tromey <tromey@cygnus.com>
  399. * pluseq4.test: New file.
  400. * Makefile.am (TESTS): Added pluseq4.test.
  401. 1998-11-09 Tom Tromey <tromey@cygnus.com>
  402. * pluseq3.test: New file.
  403. * Makefile.am (TESTS): Added pluseq3.test.
  404. * pluseq2.test: New file.
  405. * Makefile.am (TESTS): Added pluseq2.test.
  406. 1998-10-30 Tom Tromey <tromey@cygnus.com>
  407. * pluseq.test: New file.
  408. * Makefile.am (TESTS): Added pluseq.test.
  409. 1998-10-28 Tom Tromey <tromey@cygnus.com>
  410. * Makefile.am (distclean-local): Typo fix.
  411. 1998-10-20 Tom Tromey <tromey@cygnus.com>
  412. * Makefile.am (TESTS): Sorted tests. From Jeff Garzik.
  413. 1998-10-13 Tom Tromey <tromey@cygnus.com>
  414. * libobj7.test: Updated to reflect minor change in automake (test
  415. wasn't resilient enough).
  416. * instman.test: Updated to reflect fact that mkinstalldirs will be
  417. in distribution.
  418. * cxxonly.test: Removed.
  419. Mon Aug 31 09:46:59 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
  420. * Makefile.am (TESTS): Added compile_f_c_cxx.test.
  421. * compile_f_c_cxx.test: New file.
  422. Sat Aug 29 18:17:58 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
  423. * Makefile.am (TESTS): Added flink.test link_c_cxx.test
  424. link_f_c.test link_f_c_cxx.test link_f_cxx.test link_f_only.test.
  425. Removed flink.test.
  426. * flibs.test: New File.
  427. * link_c_cxx.test: New file.
  428. * link_f_c.test: New file.
  429. * link_f_c_cxx.test: New file.
  430. * link_f_cxx.test: New file.
  431. * link_f_only.test: New file.
  432. Tue Aug 11 10:46:36 1998 Matthew D. Langston <langston@SLAC.Stanford.EDU>
  433. * Makefile.am (TESTS): Add cxxonly.test, fonly.test, flink.test,
  434. fnoc.test and fo.test.
  435. * cxxonly.test: New file.
  436. * fonly.test: New file.
  437. * flink.test: New file.
  438. * fnoc.test: New file.
  439. * fo.test: New file.
  440. 1998-10-08 Tom Tromey <tromey@cygnus.com>
  441. * confdist.test: New file.
  442. * Makefile.am (TESTS): Added confdist.test.
  443. 1998-10-07 Tom Tromey <tromey@cygnus.com>
  444. * extra4.test: New file.
  445. * extra3.test: New file.
  446. * Makefile.am (TESTS): Added extra3.test, extra4.test.
  447. Mon Oct 5 12:47:32 1998 Tom Tromey <tromey@cygnus.com>
  448. * badline.test: New file.
  449. * Makefile.am (TESTS): Added badline.test.
  450. Thu Oct 1 00:03:39 1998 Tom Tromey <tromey@cygnus.com>
  451. * seenc.test: Updated test to account for removed line numbers.
  452. * xsource.test: Correctly fail if source in subdir.
  453. Wed Sep 30 12:17:34 1998 Tom Tromey <tromey@cygnus.com>
  454. * colon7.test: New file.
  455. * Makefile.am (TESTS): Added colon7.test.
  456. Tue Sep 29 02:09:11 1998 Tom Tromey <tromey@cygnus.com>
  457. * config.test: New file.
  458. * Makefile.am (TESTS): Added config.test.
  459. * Makefile.am (TESTS): Reference clean.test, not clean.am.
  460. Mon Sep 28 01:46:34 1998 Tom Tromey <tromey@cygnus.com>
  461. * recurs2.test: New file, from Jim Meyering.
  462. * Makefile.am (TESTS): Added recurs2.test.
  463. * Makefile.am (TESTS): Added clean.am.
  464. * clean.test: New file.
  465. * ansi2.test: Updated test for new SUBDIRS change.
  466. * noinst.test: Updated test for new SUBDIRS change.
  467. * checkall.test: Added check to make sure check-local is handled.
  468. Updated test for new SUBDIRS change.
  469. * java.test: Updated test for new SUBDIRS change.
  470. Sun Sep 27 20:01:20 1998 Tom Tromey <tromey@cygnus.com>
  471. * Makefile.am (TESTS): Added else.test.
  472. * else.test: New file.
  473. * Makefile.am (TESTS): Added parse.test.
  474. * parse.test: New file.
  475. Sat Sep 26 19:17:43 1998 Tom Tromey <tromey@cygnus.com>
  476. * aclocal.test: Put AM_INIT_AUTOMAKE into configure.in.
  477. * library.test: Use AC_EXEEXT.
  478. * texinfo5.test: Use AC_EXEEXT.
  479. * Many files: use AC_PROG_INSTALL, not AM_PROG_INSTALL.
  480. Test suite updates for the @SHELL@ change:
  481. * exsource.test: Set SHELL on `make' command line.
  482. * ansi.test: Set SHELL on `make' command line.
  483. * texinfo.test: Set SHELL on `make' command line.
  484. * insh2.test: Set SHELL on `make' command line.
  485. * empty.test: Rewrite @SHELL@ to /bin/sh.
  486. Tue Sep 22 01:20:00 1998 Tom Tromey <tromey@cygnus.com>
  487. * ansi3.test: Use gcc and not gcc -traditional.
  488. Tue Sep 15 22:19:48 1998 Tom Tromey <tromey@cygnus.com>
  489. * texinfo7.test: New file.
  490. Sun Aug 16 23:17:38 1998 Tom Tromey <tromey@cygnus.com>
  491. * colon6.test: New file.
  492. Fri Aug 14 11:09:03 1998 Tom Tromey <tromey@cygnus.com>
  493. * cond6.test: New file.
  494. Mon Aug 10 21:05:15 1998 Tom Tromey <tromey@cygnus.com>
  495. * ansi3.test: New file.
  496. Sat Jul 18 00:27:26 1998 Tom Tromey <tromey@cygnus.com>
  497. * recurs.test: New file.
  498. * cond3.test: Changed to match recent fixes.
  499. Fri Jul 17 23:44:49 1998 Tom Tromey <tromey@cygnus.com>
  500. * cond4.test, cond5.test: New files.
  501. Tue May 26 01:44:37 1998 Tom Tromey <tromey@cygnus.com>
  502. * syntax.test: New file.
  503. Sun Apr 5 15:26:42 1998 Tom Tromey <tromey@cygnus.com>
  504. * version3.test: Increased version number to ensure failure for a
  505. long time to come.
  506. * library.test: New file.
  507. * lex2.test: Updated since lex error changed to warning.
  508. Fri Apr 3 13:04:50 1998 Tom Tromey <tromey@cygnus.com>
  509. * colon5.test: New file.
  510. * exdir2.test: New file.
  511. * instdata.test: New file.
  512. Wed Mar 25 15:30:39 1998 Tom Tromey <tromey@cygnus.com>
  513. * badopt.test: new file.
  514. * version3.test: New file.
  515. Mon Mar 23 10:52:36 1998 Tom Tromey <tromey@cygnus.com>
  516. * libobj8.test: New file.
  517. Fri Mar 20 00:32:16 1998 Tom Tromey <tromey@cygnus.com>
  518. * lex2.test: New file.
  519. * aclocalii.test: New file.
  520. * javasubst.test: New file.
  521. Thu Mar 19 14:11:45 1998 Tom Tromey <tromey@cygnus.com>
  522. * javaprim.test: New file.
  523. * sinclude.test: New file.
  524. Wed Mar 18 17:15:22 1998 Tom Tromey <tromey@cygnus.com>
  525. * java.test: New file.
  526. Sun Mar 8 15:35:14 1998 Tom Tromey <tromey@cygnus.com>
  527. * colon4.test: New file.
  528. Fri Mar 6 21:17:10 1998 Tom Tromey <tromey@cygnus.com>
  529. * colon3.test: Refined tests.
  530. Tue Feb 24 12:29:05 1998 Tom Tromey <tromey@cygnus.com>
  531. * man.test: Removed.
  532. * condman2.test: New file.
  533. Mon Feb 23 16:20:49 1998 Tom Tromey <tromey@cygnus.com>
  534. * texinfo6.test: New file.
  535. Mon Feb 16 00:08:58 1998 Tom Tromey <tromey@cygnus.com>
  536. * aclocali.test: New file.
  537. Fri Feb 13 00:36:38 1998 Tom Tromey <tromey@cygnus.com>
  538. * texinfo5.test (info_TEXINFOS): New file.
  539. * condman.test: New file.
  540. * Makefile.am (distclean-local): Ignore rm return value.
  541. Thu Feb 12 21:00:34 1998 Tom Tromey <tromey@cygnus.com>
  542. * unused.test: New file.
  543. * whoami.test: New file.
  544. * alpha.test: New file.
  545. Wed Feb 11 17:28:30 1998 Tom Tromey <tromey@cygnus.com>
  546. * aclocal.test: New file.
  547. Thu Feb 5 13:22:17 1998 Tom Tromey <tromey@cygnus.com>
  548. * cxxcpp.test: New file.
  549. Mon Dec 1 15:48:16 1997 Tom Tromey <tromey@cygnus.com>
  550. * cond3.test: New file.
  551. Sat Nov 29 22:09:27 1997 Tom Tromey <tromey@cygnus.com>
  552. * objc.test: New file.
  553. Sat Oct 25 00:04:04 1997 Tom Tromey <tromey@cygnus.com>
  554. * libobj7.test: New file.
  555. Tue Oct 21 00:46:24 1997 Tom Tromey <tromey@cygnus.com>
  556. * lex2.test: Removed; @LEXLIB@ no longer required.
  557. * depacl2.test: Use -I, not --acdir.
  558. * install.test: New file.
  559. * ammissing.test: New file.
  560. Sun Sep 28 17:19:52 1997 Tom Tromey <tromey@cygnus.com>
  561. * cxxnoc.test: Changed to reflect MKDEP change.
  562. Wed Sep 24 16:01:59 1997 Tom Tromey <tromey@cygnus.com>
  563. * output5.test: New file.
  564. * depend3.test: New file.
  565. Mon Aug 25 17:24:42 1997 Tom Tromey <tromey@cygnus.com>
  566. * cygwin32.test: Use AM_EXEEXT, not AM_CYGWIN32.
  567. Tue Aug 5 20:33:33 1997 Tom Tromey <tromey@cygnus.com>
  568. * libobj6.test: New file.
  569. Mon May 26 22:47:36 1997 Tom Tromey <tromey@cygnus.com>
  570. * depend.test: Fixed test.
  571. Sat May 10 18:28:14 1997 Tom Tromey <tromey@cygnus.com>
  572. * depend2.test: Fixed test; added another check.
  573. Sun May 4 15:47:24 1997 Tom Tromey <tromey@cygnus.com>
  574. * xsource.test: New file.
  575. Tue Apr 29 19:08:47 1997 Tom Tromey <tromey@cygnus.com>
  576. * cond.test, cond2.test: New files from Ian Taylor.
  577. Sun Apr 27 21:07:49 1997 Tom Tromey <tromey@cygnus.com>
  578. * confsub.test: Fixed bug.
  579. Fri Apr 25 12:30:22 1997 Tom Tromey <tromey@cygnus.com>
  580. * conf2.test: New file.
  581. Tue Apr 8 19:26:07 1997 Tom Tromey <tromey@cygnus.com>
  582. * ansi.test, empty.test, exsource.test, insh2.test, man.test,
  583. mkinst2.test, texinfo.test, texinfo2.test: Use $MAKE.
  584. * defs (MAKE): Define.
  585. Mon Apr 7 17:35:49 1997 Tom Tromey <tromey@cygnus.com>
  586. * version2.test: New file.
  587. Wed Apr 2 00:12:26 1997 Tom Tromey <tromey@cygnus.com>
  588. * ldadd.test: New file.
  589. Fri Mar 28 23:36:04 1997 Tom Tromey <tromey@cygnus.com>
  590. * stamph.test: New file.
  591. Thu Mar 27 18:10:47 1997 Tom Tromey <tromey@cygnus.com>
  592. * lisp.test: New file.
  593. Sat Mar 22 01:14:03 1997 Tom Tromey <tromey@cygnus.com>
  594. * cygwin32.test: New file.
  595. Thu Mar 20 00:34:33 1997 Tom Tromey <tromey@cygnus.com>
  596. * exsource.test: Exit if not using GNU make.
  597. Tue Mar 18 22:36:34 1997 Tom Tromey <tromey@cygnus.com>
  598. * remake2.test: Changed for `missing' support.
  599. Sun Mar 16 14:29:45 1997 Tom Tromey <tromey@cygnus.com>
  600. * seenc.test: New file.
  601. * checkall.test, noinst.test: Don't use bogus construct when
  602. checking.
  603. * libobj3.test, canon.test, target.test, spell2.test,
  604. primary2.test, discover.test, lex2.test: Fixed to test what it
  605. claims to test.
  606. Mon Mar 10 23:21:03 1997 Tom Tromey <tromey@cygnus.com>
  607. * libobj.test, libobj2.test: Use AC_PROG_CC.
  608. * confsub.test: Modified for definition of CONFIG_HEADER_FULL.
  609. * cxxlibobj.test: New file.
  610. Wed Feb 26 13:05:42 1997 Tom Tromey <tromey@cygnus.com>
  611. * tagsub.test: New file.
  612. Sun Feb 23 11:58:00 1997 Tom Tromey <tromey@cygnus.com>
  613. * texinfo.test, texinfo2.test, texinfo3.test, info.test,
  614. mdate.test, vtexi.test, canon2.test, mdate2.test, vtexi2.test:
  615. Updated for new texinfo handling.
  616. * texinfo4.test: New file.
  617. * texinfo3.test: New file.
  618. Sat Feb 22 09:48:44 1997 Tom Tromey <tromey@cygnus.com>
  619. * yaccpp.test: New file.
  620. Tue Feb 11 09:51:47 1997 Tom Tromey <tromey@cygnus.com>
  621. * texinfo2.test: Fixed quoting bug. From Michael Brantley.
  622. Tue Feb 4 18:41:32 1997 Tom Tromey <tromey@cygnus.com>
  623. * confsub.test: Check subdir/Makefile.in to make sure dependency
  624. is correct.
  625. * ansi2.test: ANSI2KNR dependency of all.
  626. Tue Dec 10 00:43:14 1996 Tom Tromey <tromey@cygnus.com>
  627. * defun2.test: New file.
  628. * subst.test: New file.
  629. Sun Dec 8 12:25:22 1996 Tom Tromey <tromey@cygnus.com>
  630. * colneq2.test: New file.
  631. Sat Dec 7 12:52:45 1996 Tom Tromey <tromey@cygnus.com>
  632. * output4.test: New file.
  633. * output3.test: New file.
  634. * remake2.test: New file.
  635. * output2.test: New file.
  636. Fri Dec 6 19:00:31 1996 Tom Tromey <tromey@cygnus.com>
  637. * output.test: New file.
  638. Thu Dec 5 18:23:17 1996 Tom Tromey <tromey@cygnus.com>
  639. * remake.test: New file.
  640. * colon3.test: New file.
  641. * colon2.test: New file.
  642. * cxxo.test: New file.
  643. Wed Dec 4 00:41:44 1996 Tom Tromey <tromey@cygnus.com>
  644. * defs: Allow user to set interpreter via PERL environment
  645. variable.
  646. * Makefile.am (distclean-local): New target.
  647. Tue Dec 3 11:55:18 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
  648. * dup.test, dup2.test: Modified, now that aclocal allows
  649. acinclude.m4 to override any installed macro file.
  650. Mon Dec 2 22:44:16 1996 Gordon Matzigkeit <gord@gnu.ai.mit.edu>
  651. * alllib.test: Removed from distribution, since LIBFILES are no
  652. longer computed.
  653. Sun Nov 24 14:36:00 1996 Tom Tromey <tromey@cygnus.com>
  654. * extra2.test: New file.
  655. Fri Nov 22 00:10:04 1996 Tom Tromey <tromey@cygnus.com>
  656. * stdlib.test: New file.
  657. Thu Nov 21 22:51:35 1996 Tom Tromey <tromey@cygnus.com>
  658. * confsub.test: Use AM_CONFIG_HEADER.
  659. Tue Nov 19 23:37:32 1996 Tom Tromey <tromey@cygnus.com>
  660. * confvar2.test: New file.
  661. Fri Nov 15 00:09:18 1996 Tom Tromey <tromey@cygnus.com>
  662. * ansi2.test: New file.
  663. * libfiles.test: Removed (obsolete).
  664. * libobj.test, canon4.test, libobj2.test, alllib.test,
  665. ranlib.test: Fixed for Gord's changes to library handling.
  666. * Many files: Use AC_PROG_CC to avoid error.
  667. Thu Oct 24 15:22:53 1996 Tom Tromey <tromey@cygnus.com>
  668. * confvar.test: New file.
  669. * ranlib.test: New file.
  670. Mon Oct 21 22:57:51 1996 Tom Tromey <tromey@cygnus.com>
  671. * version.test: New file.
  672. Fri Oct 11 00:51:04 1996 Tom Tromey <tromey@cygnus.com>
  673. * libobj5.test: New file.
  674. * libobj4.test: New file.
  675. * distdir.test: New file.
  676. * lex2.test: New file.
  677. Sun Oct 6 11:00:44 1996 Tom Tromey <tromey@cygnus.com>
  678. * acsilent.test: New file.
  679. * req.test: New file.
  680. * acinclude.test: New file.
  681. Sat Oct 5 11:31:38 1996 Tom Tromey <tromey@cygnus.com>
  682. * discover.test: New file.
  683. * mkinst2.test: Renamed from mkinstall2.test.
  684. * symlink.test: New file.
  685. Thu Oct 3 19:55:23 1996 Tom Tromey <tromey@cygnus.com>
  686. * vpath.test: New file.
  687. Mon Sep 30 08:34:07 1996 Tom Tromey <tromey@cygnus.com>
  688. * comment2.test: New file.
  689. Mon Sep 23 00:23:34 1996 Tom Tromey <tromey@creche.cygnus.com>
  690. * spell3.test: New file.
  691. Sun Sep 22 14:42:09 1996 Tom Tromey <tromey@creche.cygnus.com>
  692. * depend2.test: New file.
  693. Sat Sep 21 14:01:10 1996 Tom Tromey <tromey@creche.cygnus.com>
  694. * primary2.test: New file.
  695. * primary.test: New file.
  696. Fri Sep 20 09:39:27 1996 Tom Tromey <tromey@creche.cygnus.com>
  697. * confsub.test: New file.
  698. Mon Sep 16 00:05:52 1996 Tom Tromey <tromey@creche.cygnus.com>
  699. * spell2.test: New file.
  700. * spell.test: New file.
  701. Thu Sep 12 14:57:49 1996 Tom Tromey <tromey@creche.cygnus.com>
  702. * implicit.test: New file.
  703. Wed Sep 11 13:57:10 1996 Tom Tromey <tromey@creche.cygnus.com>
  704. * colneq.test: New file.
  705. * interp2.test: New file.
  706. Sun Sep 8 10:47:07 1996 Tom Tromey <tromey@creche.cygnus.com>
  707. * gnits.test: New file.
  708. Thu Sep 5 22:54:26 1996 Tom Tromey <tromey@creche.cygnus.com>
  709. * libobj3.test: New file.
  710. Tue Sep 3 20:57:38 1996 Tom Tromey <tromey@creche.cygnus.com>
  711. * block.test: New file.
  712. Mon Aug 26 23:04:01 1996 Tom Tromey <tromey@creche.cygnus.com>
  713. * alllib.test: New file.
  714. * interp.test: New file.
  715. Mon Aug 12 13:58:55 1996 Tom Tromey <tromey@creche.cygnus.com>
  716. * libobj2.test: New file.
  717. * order.test: New file.
  718. Sun Aug 11 00:10:42 1996 Tom Tromey <tromey@creche.cygnus.com>
  719. * cxxnoc.test: New file.
  720. * cxxlink.test: Use AC_PROG_CXX.
  721. * lex.test: Use AC_PROG_LEX, AC_DECL_YYTEXT.
  722. * yacc.test: Use AC_PROG_YACC in configure.in.
  723. * cxxlink.test: New file.
  724. * yacc.test: Fixed test for new yacc code.
  725. Sat Aug 10 10:09:45 1996 Tom Tromey <tromey@creche.cygnus.com>
  726. * defun.test: New file.
  727. * dup.test: New file.
  728. Fri Aug 9 09:18:07 1996 Tom Tromey <tromey@creche.cygnus.com>
  729. * canon4.test: New file.
  730. Thu Aug 8 10:47:45 1996 Tom Tromey <tromey@creche.cygnus.com>
  731. * exsource.test: New file.
  732. * subdir2.test: New file.
  733. * scripts.test: New file.
  734. Tue Aug 6 12:30:41 1996 Tom Tromey <tromey@creche.cygnus.com>
  735. * lex.test: New file.
  736. Mon Aug 5 01:03:03 1996 Tom Tromey <tromey@creche.cygnus.com>
  737. * obsolete.test: New file.
  738. * Many files: Use AM_ macros, not fp_ macros.
  739. * info.test: New file.
  740. Sun Aug 4 12:47:34 1996 Tom Tromey <tromey@creche.cygnus.com>
  741. * man.test: New file.
  742. * acouttbs2.test: New file.
  743. * libfiles.test: New file.
  744. * comment.test: New file.
  745. * tags.test: New file.
  746. * vtexi2.test: New file.
  747. * colon.test: New file.
  748. Sun Jul 28 11:43:00 1996 Tom Tromey <tromey@creche.cygnus.com>
  749. * defs (ACLOCAL): Added definition.
  750. * depacl.test, depacl2.test, error.test: New tests for aclocal.
  751. Fri Jul 19 10:09:56 1996 Tom Tromey <tromey@creche.cygnus.com>
  752. * ansi.test: New file.
  753. Sun Jun 9 23:20:03 1996 Tom Tromey <tromey@creche.cygnus.com>
  754. * texinfo2.test: New file.
  755. Sat Jun 8 10:00:42 1996 Tom Tromey <tromey@creche.cygnus.com>
  756. * mkinstall2.test: New file.
  757. Fri Jun 7 18:17:11 1996 Tom Tromey <tromey@creche.cygnus.com>
  758. * yacc.test: New file.
  759. Sun Jun 2 09:04:52 1996 Tom Tromey <tromey@creche.cygnus.com>
  760. * dejagnu.test: New file.
  761. * texinfo.test: New file.
  762. Thu May 23 09:58:48 1996 Tom Tromey <tromey@creche.cygnus.com>
  763. * fpinst2.test: New file.
  764. * fpinstall.test: New file.
  765. Wed May 22 09:45:52 1996 Tom Tromey <tromey@creche.cygnus.com>
  766. * outdir.test: New file.
  767. Sat May 18 10:51:37 1996 Tom Tromey <tromey@creche.cygnus.com>
  768. * insh2.test: New file.
  769. Fri May 17 17:32:35 1996 Tom Tromey <tromey@creche.cygnus.com>
  770. * number.test: New file.
  771. * defs, many .test files: Define PACKAGE and VERSION in
  772. configure.in.
  773. * package.test: New file.
  774. * backsl.test: New file.
  775. Thu May 16 09:15:57 1996 Tom Tromey <tromey@creche.cygnus.com>
  776. * subdir.test: New file.
  777. Tue May 14 10:17:17 1996 Tom Tromey <tromey@creche.cygnus.com>
  778. * mdate2.test: New file, from report by Jim Meyering.
  779. * canon3.test: New file.
  780. * auxdir.test: New file.
  781. * mkinstall.test: New file.
  782. * extra.test: Reversed sense of test.
  783. Fri Apr 26 15:15:01 1996 Tom Tromey <tromey@creche.cygnus.com>
  784. * instman.test: New file.
  785. Thu Apr 25 17:12:30 1996 Tom Tromey <tromey@creche.cygnus.com>
  786. * noinst.test: New file
  787. * exdir.test: Quoting change from Gord Matzigkeit.
  788. * extra.test (EXTRA_PROGRAMS): New file.
  789. Tue Apr 9 22:55:07 1996 Tom Tromey <tromey@creche.cygnus.com>
  790. * target.test: New file.
  791. Wed Apr 3 15:10:54 1996 Tom Tromey <tromey@creche.cygnus.com>
  792. * canon2.test: New file
  793. * insh.test: New file.
  794. Wed Mar 27 23:31:51 1996 Tom Tromey <tromey@creche.cygnus.com>
  795. * rulepat.test: New file.
  796. Sat Mar 16 08:37:36 1996 Tom Tromey <tromey@creche.cygnus.com>
  797. * empty.test: New file.
  798. Fri Mar 15 17:55:13 1996 Tom Tromey <tromey@creche.cygnus.com>
  799. * installsh.test: New file.
  800. Tue Mar 5 16:22:46 1996 Tom Tromey <tromey@creche.cygnus.com>
  801. * badprog.test: Rewrote.
  802. * canon.test: New file.
  803. Mon Mar 4 21:08:37 1996 Tom Tromey <tromey@creche.cygnus.com>
  804. * exdir.test: New file.
  805. Fri Mar 1 17:23:53 1996 Tom Tromey <tromey@creche.cygnus.com>
  806. * depend.test: New file.
  807. * badprog.test: New file.
  808. * defs (AUTOMAKE): Pass --foreign.
  809. Thu Feb 29 20:23:42 1996 Tom Tromey <tromey@creche.cygnus.com>
  810. More tests:
  811. * prefix.test: New file.
  812. * spelling.test: New file
  813. * confincl.test: New file.
  814. * Makefile.am (TESTS): Updated.
  815. Wed Feb 28 11:57:02 1996 Tom Tromey <tromey@creche.cygnus.com>
  816. * acoutqnl.test: New file.
  817. * Makefile.am (TESTS): Include it.
  818. Tue Feb 27 10:52:58 1996 Tom Tromey <tromey@creche.cygnus.com>
  819. * Makefile.am (DIST_OTHER): Include "defs".
  820. * defs (AUTOMAKE): Never relative to $srcdir.
  821. Mon Feb 26 23:14:08 1996 Tom Tromey <tromey@creche.cygnus.com>
  822. * libobj.test: Put AC_PROG_RANLIB in configure.in
  823. Mon Feb 19 08:22:22 1996 Tom Tromey <tromey@creche.cygnus.com>
  824. * proginst.test: New file.
  825. Tue Feb 13 18:54:39 1996 Tom Tromey <tromey@creche.cygnus.com>
  826. * libobj.test: New file.
  827. Mon Feb 12 17:05:48 1996 Tom Tromey <tromey@creche.cygnus.com>
  828. * acouttbs.test: New file.
  829. * Makefile.am (DIST_OTHER): New variable.
  830. * acoutnoq.test: New file.
  831. Sun Feb 11 16:39:14 1996 Tom Tromey <tromey@creche.cygnus.com>
  832. * checkall.test: Delay a little.
  833. * Makefile.am (check-local): Print name of failing test.
  834. Sat Feb 10 17:08:39 1996 Tom Tromey <tromey@creche.cygnus.com>
  835. * checkall.test: New file.
  836. * instexec.test: New file.
  837. * mdate.test, vtexi.test, acoutput.test: New files.
  838. * Started.
  839. -----
  840. Copyright 2012-2017 Free Software Foundation, Inc.
  841. Copying and distribution of this file, with or without modification, are
  842. permitted provided the copyright notice and this notice are preserved.