list-of-tests.mk 28 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322
  1. ## Makefile fragment that holds the list of test scripts of the automake
  2. ## testsuite. This fragment is meant to be included by the Makefile.am,
  3. ## but also to be executed directly by make when bootstrapping automake.
  4. ## Copyright (C) 2011-2017 Free Software Foundation, Inc.
  5. ##
  6. ## This program is free software; you can redistribute it and/or modify
  7. ## it under the terms of the GNU General Public License as published by
  8. ## the Free Software Foundation; either version 2, or (at your option)
  9. ## any later version.
  10. ##
  11. ## This program is distributed in the hope that it will be useful,
  12. ## but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. ## GNU General Public License for more details.
  15. ##
  16. ## You should have received a copy of the GNU General Public License
  17. ## along with this program. If not, see <http://www.gnu.org/licenses/>.
  18. # FIXME: this "expected failures" are in truth an hack used to
  19. # FIXME: to verify that some incorrect usages of our perl libraries
  20. # FIXME: raise an error. We should find a cleaner way to check that.
  21. perl_fake_XFAIL_TESTS = \
  22. t/pm/Cond2.pl \
  23. t/pm/Cond3.pl \
  24. t/pm/DisjCon2.pl \
  25. t/pm/DisjCon3.pl \
  26. t/pm/Version2.pl \
  27. t/pm/Version3.pl
  28. XFAIL_TESTS = \
  29. t/all.sh \
  30. t/auxdir-pr19311.sh \
  31. t/cond17.sh \
  32. t/gcj6.sh \
  33. t/override-conditional-2.sh \
  34. t/override-conditional-pr13940.sh \
  35. t/dist-pr109765.sh \
  36. t/instdir-cond2.sh \
  37. t/java-nobase.sh \
  38. t/objext-pr10128.sh \
  39. t/remake-timing-bug-pr8365.sh \
  40. t/lex-subobj-nodep.sh \
  41. t/subobj-indir-pr13928.sh \
  42. t/subobj-vpath-pr13928.sh \
  43. t/remake-am-pr10111.sh \
  44. t/remake-m4-pr10111.sh \
  45. $(perl_fake_XFAIL_TESTS)
  46. perl_TESTS = \
  47. t/pm/Cond2.pl \
  48. t/pm/Cond3.pl \
  49. t/pm/Condition.pl \
  50. t/pm/Condition-t.pl \
  51. t/pm/DisjCon2.pl \
  52. t/pm/DisjCon3.pl \
  53. t/pm/DisjConditions.pl \
  54. t/pm/DisjConditions-t.pl \
  55. t/pm/Version.pl \
  56. t/pm/Version2.pl \
  57. t/pm/Version3.pl \
  58. t/pm/Wrap.pl
  59. perf_TESTS = \
  60. t/perf/cond.sh \
  61. t/perf/testsuite-recheck.sh \
  62. t/perf/testsuite-summary.sh
  63. # The order here is mostly alphabetical, with the deliberate exception
  64. # that tests having a high runtime (especially TAP tests that run various
  65. # checks sequentially) are listed early; this improves performance on
  66. # concurrent testsuite runs.
  67. handwritten_TESTS = \
  68. t/get-sysconf.sh \
  69. $(perl_TESTS) \
  70. t/instspc.tap \
  71. t/aclocal.sh \
  72. t/aclocal-I-order-1.sh \
  73. t/aclocal-I-order-2.sh \
  74. t/aclocal-I-order-3.sh \
  75. t/aclocal-I-and-install.sh \
  76. t/aclocal-acdir.sh \
  77. t/aclocal-amflags.sh \
  78. t/aclocal-autoconf-version-check.sh \
  79. t/aclocal-comments-respected.sh \
  80. t/aclocal-deleted-header-aclocal-amflags.sh \
  81. t/aclocal-deleted-header.sh \
  82. t/aclocal-deps-subdir.sh \
  83. t/aclocal-deps.sh \
  84. t/aclocal-dirlist.sh \
  85. t/aclocal-dirlist-globbing.sh \
  86. t/aclocal-dirlist-abspath.sh \
  87. t/aclocal-install-absdir.sh \
  88. t/aclocal-install-fail.sh \
  89. t/aclocal-install-mkdir.sh \
  90. t/aclocal-m4-include-are-scanned-aclocal-amflags.sh \
  91. t/aclocal-m4-include-are-scanned.sh \
  92. t/aclocal-m4-sinclude.sh \
  93. t/aclocal-macrodir.tap \
  94. t/aclocal-macrodirs.tap \
  95. t/aclocal-missing-macros.sh \
  96. t/aclocal-no-extra-scan.sh \
  97. t/aclocal-no-force.sh \
  98. t/aclocal-no-install-no-mkdir.sh \
  99. t/aclocal-no-symlinked-overwrite.sh \
  100. t/aclocal-no-unused-required.sh \
  101. t/aclocal-path.sh \
  102. t/aclocal-path-install.sh \
  103. t/aclocal-path-install-serial.sh \
  104. t/aclocal-path-nonexistent.sh \
  105. t/aclocal-path-precedence.sh \
  106. t/aclocal-pr450.sh \
  107. t/aclocal-print-acdir.sh \
  108. t/aclocal-req.sh \
  109. t/aclocal-remake-misc.sh \
  110. t/aclocal-scan-configure-ac-pr319.sh \
  111. t/aclocal-serial.sh \
  112. t/aclocal-underquoted-defun.sh \
  113. t/aclocal-verbose-install.sh \
  114. t/auxdir-pr15981.sh \
  115. t/auxdir-cc-pr15981.sh \
  116. t/ac-output-old.tap \
  117. t/acsilent.sh \
  118. t/acsubst.sh \
  119. t/acsubst2.sh \
  120. t/add-missing.tap \
  121. t/add-missing-multiple.sh \
  122. t/all.sh \
  123. t/all2.sh \
  124. t/alloca.sh \
  125. t/alloca2.sh \
  126. t/alpha.sh \
  127. t/alpha2.sh \
  128. t/amhello-cflags.sh \
  129. t/amhello-cross-compile.sh \
  130. t/amhello-binpkg.sh \
  131. t/aminit-moreargs-deprecation.sh \
  132. t/aminit-trailing-dnl-comment-pr16841.sh \
  133. t/amassign.sh \
  134. t/am-config-header.sh \
  135. t/am-prog-cc-stdc.sh \
  136. t/am-prog-cc-c-o.sh \
  137. t/am-macro-not-found.sh \
  138. t/amopt.sh \
  139. t/amopts-location.sh \
  140. t/amopts-variable-expansion.sh \
  141. t/amsubst.sh \
  142. t/am-default-source-ext.sh \
  143. t/am-include-only-one-generated-fragment.sh \
  144. t/ansi2knr-no-more.sh \
  145. t/ar-lib.sh \
  146. t/ar-lib2.sh \
  147. t/ar-lib3.sh \
  148. t/ar-lib4.sh \
  149. t/ar-lib5a.sh \
  150. t/ar-lib5b.sh \
  151. t/ar-lib6a.sh \
  152. t/ar-lib6b.sh \
  153. t/ar-lib7.sh \
  154. t/ar.sh \
  155. t/ar2.sh \
  156. t/ar3.sh \
  157. t/ar4.sh \
  158. t/ar5.sh \
  159. t/asm.sh \
  160. t/asm2.sh \
  161. t/asm3.sh \
  162. t/autodist.sh \
  163. t/autodist-subdir.sh \
  164. t/autodist-acconfig.sh \
  165. t/autodist-acconfig-no-subdir.sh \
  166. t/autodist-aclocal-m4.sh \
  167. t/autodist-config-headers.sh \
  168. t/autodist-configure-no-subdir.sh \
  169. t/autodist-no-duplicate.sh \
  170. t/autodist-stamp-vti.sh \
  171. t/autohdr.sh \
  172. t/autohdr3.sh \
  173. t/autohdr4.sh \
  174. t/autohdr-subdir-pr12495.sh \
  175. t/autohdrdry.sh \
  176. t/automake-cmdline.tap \
  177. t/auxdir.sh \
  178. t/auxdir6.sh \
  179. t/auxdir7.sh \
  180. t/auxdir8.sh \
  181. t/auxdir-autodetect.sh \
  182. t/auxdir-computed.tap \
  183. t/auxdir-misplaced.sh \
  184. t/auxdir-nonexistent.sh \
  185. t/auxdir-pr19311.sh \
  186. t/auxdir-unportable.tap \
  187. t/backcompat.sh \
  188. t/backcompat2.sh \
  189. t/backcompat3.sh \
  190. t/backcompat6.sh \
  191. t/backcompat-acout.sh \
  192. t/backslash-issues.sh \
  193. t/backslash-before-trailing-whitespace.sh \
  194. t/badline.sh \
  195. t/badopt.sh \
  196. t/badprog.sh \
  197. t/built-sources-check.sh \
  198. t/built-sources-cond.sh \
  199. t/built-sources-fork-bomb.sh \
  200. t/built-sources-install.sh \
  201. t/built-sources-subdir.sh \
  202. t/built-sources.sh \
  203. t/candist.sh \
  204. t/canon.sh \
  205. t/canon2.sh \
  206. t/canon3.sh \
  207. t/canon4.sh \
  208. t/canon5.sh \
  209. t/canon6.sh \
  210. t/canon7.sh \
  211. t/canon8.sh \
  212. t/canon-name.sh \
  213. t/ccnoco.sh \
  214. t/ccnoco-lib.sh \
  215. t/ccnoco-lt.sh \
  216. t/ccnoco3.sh \
  217. t/ccnoco4.sh \
  218. t/ccnoco-deps.sh \
  219. t/check.sh \
  220. t/check2.sh \
  221. t/check4.sh \
  222. t/check5.sh \
  223. t/check6.sh \
  224. t/check7.sh \
  225. t/check8.sh \
  226. t/check10.sh \
  227. t/check11.sh \
  228. t/check12.sh \
  229. t/check-subst.sh \
  230. t/check-subst-prog.sh \
  231. t/check-exported-srcdir.sh \
  232. t/check-fd-redirect.sh \
  233. t/check-tests-in-builddir.sh \
  234. t/check-no-test-driver.sh \
  235. t/check-concurrency-bug9245.sh \
  236. t/checkall.sh \
  237. t/clean.sh \
  238. t/colneq.sh \
  239. t/colneq2.sh \
  240. t/colneq3.sh \
  241. t/colon.sh \
  242. t/colon2.sh \
  243. t/colon3.sh \
  244. t/colon4.sh \
  245. t/colon5.sh \
  246. t/colon6.sh \
  247. t/colon7.sh \
  248. t/color-tests.sh \
  249. t/color-tests2.sh \
  250. t/color-tests-opt.sh \
  251. t/comment.sh \
  252. t/comment2.sh \
  253. t/comment3.sh \
  254. t/comment4.sh \
  255. t/comment5.sh \
  256. t/comment6.sh \
  257. t/comment7.sh \
  258. t/comment8.sh \
  259. t/comment9.sh \
  260. t/commen10.sh \
  261. t/commen11.sh \
  262. t/comment-block.sh \
  263. t/comments-in-var-def.sh \
  264. t/compile.sh \
  265. t/compile2.sh \
  266. t/compile3.sh \
  267. t/compile4.sh \
  268. t/compile5.sh \
  269. t/compile6.sh \
  270. t/compile7.sh \
  271. t/compile_f90_c_cxx.sh \
  272. t/compile_f_c_cxx.sh \
  273. t/cond-basic.sh \
  274. t/cond.sh \
  275. t/cond3.sh \
  276. t/cond4.sh \
  277. t/cond5.sh \
  278. t/cond6.sh \
  279. t/cond7.sh \
  280. t/cond8.sh \
  281. t/cond9.sh \
  282. t/cond10.sh \
  283. t/cond11.sh \
  284. t/cond13.sh \
  285. t/cond14.sh \
  286. t/cond15.sh \
  287. t/cond16.sh \
  288. t/cond17.sh \
  289. t/cond18.sh \
  290. t/cond19.sh \
  291. t/cond20.sh \
  292. t/cond21.sh \
  293. t/cond22.sh \
  294. t/cond23.sh \
  295. t/cond24.sh \
  296. t/cond25.sh \
  297. t/cond26.sh \
  298. t/cond27.sh \
  299. t/cond28.sh \
  300. t/cond30.sh \
  301. t/cond31.sh \
  302. t/cond32.sh \
  303. t/cond33.sh \
  304. t/cond34.sh \
  305. t/cond35.sh \
  306. t/cond36.sh \
  307. t/cond37.sh \
  308. t/cond38.sh \
  309. t/cond39.sh \
  310. t/cond40.sh \
  311. t/cond41.sh \
  312. t/cond42.sh \
  313. t/cond43.sh \
  314. t/cond44.sh \
  315. t/cond45.sh \
  316. t/cond46.sh \
  317. t/condd.sh \
  318. t/condhook.sh \
  319. t/condhook2.sh \
  320. t/condinc.sh \
  321. t/condinc2.sh \
  322. t/condlib.sh \
  323. t/condman2.sh \
  324. t/condman3.sh \
  325. t/configure.sh \
  326. t/confdeps.sh \
  327. t/conff.sh \
  328. t/conff2.sh \
  329. t/conffile-leading-dot.sh \
  330. t/confh.sh \
  331. t/confh4.sh \
  332. t/confh5.sh \
  333. t/confh6.sh \
  334. t/confh7.sh \
  335. t/confh8.sh \
  336. t/confh-subdir-clean.sh \
  337. t/confincl.sh \
  338. t/conflnk.sh \
  339. t/conflnk2.sh \
  340. t/conflnk3.sh \
  341. t/conflnk4.sh \
  342. t/confsub.sh \
  343. t/confvar.sh \
  344. t/confvar2.sh \
  345. t/copy.sh \
  346. t/cscope.tap \
  347. t/cscope2.sh \
  348. t/cscope3.sh \
  349. t/c-demo.sh \
  350. t/cxx.sh \
  351. t/cxx2.sh \
  352. t/cxxcpp.sh \
  353. t/cxx-demo.sh \
  354. t/cxx-lt-demo.sh \
  355. t/cxxlibobj.sh \
  356. t/cxxlink.sh \
  357. t/cxxnoc.sh \
  358. t/cygnus-no-more.sh \
  359. t/cygwin32.sh \
  360. t/dash.sh \
  361. t/defun.sh \
  362. t/defun2.sh \
  363. t/dejagnu.sh \
  364. t/dejagnu2.sh \
  365. t/dejagnu3.sh \
  366. t/dejagnu4.sh \
  367. t/dejagnu5.sh \
  368. t/dejagnu6.sh \
  369. t/dejagnu7.sh \
  370. t/dejagnu-absolute-builddir.sh \
  371. t/dejagnu-relative-srcdir.sh \
  372. t/dejagnu-siteexp-extend.sh \
  373. t/dejagnu-siteexp-append.sh \
  374. t/dejagnu-siteexp-useredit.sh \
  375. t/deleted-am.sh \
  376. t/deleted-m4.sh \
  377. t/depacl2.sh \
  378. t/depcomp.sh \
  379. t/depcomp2.sh \
  380. t/depcomp8a.sh \
  381. t/depcomp8b.sh \
  382. t/depcomp-implicit-auxdir.sh \
  383. t/depdist.sh \
  384. t/depend.sh \
  385. t/depend3.sh \
  386. t/depend4.sh \
  387. t/depend5.sh \
  388. t/depend6.sh \
  389. t/deprecated-acinit.sh \
  390. t/destdir.sh \
  391. t/dir-named-obj-is-bad.sh \
  392. t/discover.sh \
  393. t/dist-formats.tap \
  394. t/dist-lzma.sh \
  395. t/dist-tarZ.sh \
  396. t/dist-shar.sh \
  397. t/dist-auxdir-many-subdirs.sh \
  398. t/dist-auxfile-2.sh \
  399. t/dist-auxfile.sh \
  400. t/dist-included-parent-dir.sh \
  401. t/dist-missing-am.sh \
  402. t/dist-missing-included-m4.sh \
  403. t/dist-missing-m4.sh \
  404. t/dist-readonly.sh \
  405. t/dist-repeated.sh \
  406. t/dist-pr109765.sh \
  407. t/distcleancheck.sh \
  408. t/distcom2.sh \
  409. t/distcom3.sh \
  410. t/distcom4.sh \
  411. t/distcom5.sh \
  412. t/distcom-subdir.sh \
  413. t/distdir.sh \
  414. t/disthook.sh \
  415. t/distlinks.sh \
  416. t/distlinksbrk.sh \
  417. t/distname.sh \
  418. t/distcheck-configure-flags.sh \
  419. t/distcheck-configure-flags-am.sh \
  420. t/distcheck-configure-flags-subpkg.sh \
  421. t/distcheck-hook.sh \
  422. t/distcheck-hook2.sh \
  423. t/distcheck-writable-srcdir.sh \
  424. t/distcheck-missing-m4.sh \
  425. t/distcheck-outdated-m4.sh \
  426. t/distcheck-no-prefix-or-srcdir-override.sh \
  427. t/distcheck-override-infodir.sh \
  428. t/distcheck-pr9579.sh \
  429. t/distcheck-pr10470.sh \
  430. t/distcheck-pr18286.sh \
  431. t/dmalloc.sh \
  432. t/doc-parsing-buglets-colneq-subst.sh \
  433. t/doc-parsing-buglets-tabs.sh \
  434. t/dollar.sh \
  435. t/dollarvar.sh \
  436. t/dollarvar2.sh \
  437. t/double.sh \
  438. t/dup2.sh \
  439. t/else.sh \
  440. t/empty-data-primary.sh \
  441. t/empty-sources-primary.tap \
  442. t/exdir.sh \
  443. t/exdir2.sh \
  444. t/exdir3.sh \
  445. t/exeext.sh \
  446. t/exeext2.sh \
  447. t/exeext3.sh \
  448. t/exeext4.sh \
  449. t/extra-sources.sh \
  450. t/ext.sh \
  451. t/ext2.sh \
  452. t/ext3.sh \
  453. t/extra.sh \
  454. t/extra-sources-no-spurious.sh \
  455. t/extra-data.sh \
  456. t/extra-dist-vpath-dir.sh \
  457. t/extra-dist-dirs-and-subdirs.sh \
  458. t/extra-dist-vpath-dir-merge.sh \
  459. t/extra-dist-wildcards.sh \
  460. t/extra-dist-wildcards-gnu.sh \
  461. t/extra-dist-wildcards-vpath.sh \
  462. t/extra-programs-misc.sh \
  463. t/extra-programs-and-libs.sh \
  464. t/extra-programs-empty.sh \
  465. t/extra-portability.sh \
  466. t/extra-portability2.sh \
  467. t/extra-portability3.sh \
  468. t/extra-deps.sh \
  469. t/extra-deps-lt.sh \
  470. t/f90only.sh \
  471. t/flavor.sh \
  472. t/flibs.sh \
  473. t/fn99.sh \
  474. t/fn99subdir.sh \
  475. t/fnoc.sh \
  476. t/forcemiss.sh \
  477. t/forcemiss2.sh \
  478. t/fort1.sh \
  479. t/fort2.sh \
  480. t/fort4.sh \
  481. t/fort5.sh \
  482. t/fonly.sh \
  483. t/fortdep.sh \
  484. t/gcj.sh \
  485. t/gcj2.sh \
  486. t/gcj3.sh \
  487. t/gcj4.sh \
  488. t/gcj5.sh \
  489. t/gcj6.sh \
  490. t/gettext-basics.sh \
  491. t/gettext-config-rpath.sh \
  492. t/gettext-external-pr338.sh \
  493. t/gettext-intl-subdir.sh \
  494. t/gettext-pr381.sh \
  495. t/gnumake.sh \
  496. t/gnuwarn.sh \
  497. t/gnuwarn2.sh \
  498. t/gnits.sh \
  499. t/gnits2.sh \
  500. t/gnits3.sh \
  501. t/hdr-vars-defined-once.sh \
  502. t/header.sh \
  503. t/help.sh \
  504. t/help2.sh \
  505. t/help3.sh \
  506. t/help4.sh \
  507. t/help-depend.sh \
  508. t/help-depend2.sh \
  509. t/help-dmalloc.sh \
  510. t/help-init.sh \
  511. t/help-lispdir.sh \
  512. t/help-python.sh \
  513. t/help-silent.sh \
  514. t/help-upc.sh \
  515. t/hfs.sh \
  516. t/implicit.sh \
  517. t/init.sh \
  518. t/init2.sh \
  519. t/dist-install-sh.sh \
  520. t/dist-with-unreadable-makefile-fails.sh \
  521. t/installdir.sh \
  522. t/add-missing-install-sh.sh \
  523. t/install-sh-unittests.sh \
  524. t/install-sh-option-C.sh \
  525. t/instdat.sh \
  526. t/instdat2.sh \
  527. t/instdir.sh \
  528. t/instdir2.sh \
  529. t/instdir-cond.sh \
  530. t/instdir-cond2.sh \
  531. t/instdir-no-empty.sh \
  532. t/instdir-java.sh \
  533. t/instdir-lisp.sh \
  534. t/instdir-ltlib.sh \
  535. t/instdir-prog.sh \
  536. t/instdir-python.sh \
  537. t/instdir-texi.sh \
  538. t/instexec.sh \
  539. t/instfail.sh \
  540. t/instfail-info.sh \
  541. t/instfail-java.sh \
  542. t/instfail-libtool.sh \
  543. t/insthook.sh \
  544. t/instman.sh \
  545. t/instman2.sh \
  546. t/instmany.sh \
  547. t/instmany-mans.sh \
  548. t/instmany-python.sh \
  549. t/install-info-dir.sh \
  550. t/interp.sh \
  551. t/interp2.sh \
  552. t/java.sh \
  553. t/java2.sh \
  554. t/java3.sh \
  555. t/javadir-undefined.sh \
  556. t/javaflags.sh \
  557. t/java-check.sh \
  558. t/java-clean.sh \
  559. t/java-compile-install.sh \
  560. t/java-compile-run-flat.sh \
  561. t/java-compile-run-nested.sh \
  562. t/java-empty-classpath.sh \
  563. t/javaprim.sh \
  564. t/javasubst.sh \
  565. t/java-extra.sh \
  566. t/java-mix.sh \
  567. t/java-no-duplicate.sh \
  568. t/java-nobase.sh \
  569. t/java-noinst.sh \
  570. t/java-rebuild.sh \
  571. t/java-sources.sh \
  572. t/java-uninstall.sh \
  573. t/ldadd.sh \
  574. t/ldflags.sh \
  575. t/lex.sh \
  576. t/lex2.sh \
  577. t/lex3.sh \
  578. t/lex5.sh \
  579. t/lexcpp.sh \
  580. t/lexvpath.sh \
  581. t/lex-subobj-nodep.sh \
  582. t/lex-header.sh \
  583. t/lex-lib.sh \
  584. t/lex-lib-external.sh \
  585. t/lex-libobj.sh \
  586. t/lex-multiple.sh \
  587. t/lex-noyywrap.sh \
  588. t/lex-clean-cxx.sh \
  589. t/lex-clean.sh \
  590. t/lex-depend-cxx.sh \
  591. t/lex-depend-grep.sh \
  592. t/lex-depend.sh \
  593. t/lex-line.sh \
  594. t/lex-nodist.sh \
  595. t/lex-pr204.sh \
  596. t/lflags.sh \
  597. t/lflags-cxx.sh \
  598. t/libexec.sh \
  599. t/libobj-basic.sh \
  600. t/libobj2.sh \
  601. t/libobj3.sh \
  602. t/libobj4.sh \
  603. t/libobj5.sh \
  604. t/libobj7.sh \
  605. t/libobj10.sh \
  606. t/libobj12.sh \
  607. t/libobj13.sh \
  608. t/libobj14.sh \
  609. t/libobj15a.sh \
  610. t/libobj15b.sh \
  611. t/libobj15c.sh \
  612. t/libobj16a.sh \
  613. t/libobj16b.sh \
  614. t/libobj17.sh \
  615. t/libobj18.sh \
  616. t/libobj19.sh \
  617. t/libobj20a.sh \
  618. t/libobj20b.sh \
  619. t/libobj20c.sh \
  620. t/library.sh \
  621. t/library2.sh \
  622. t/library3.sh \
  623. t/libtool.sh \
  624. t/libtool2.sh \
  625. t/libtool3.sh \
  626. t/libtool4.sh \
  627. t/libtool5.sh \
  628. t/libtool6.sh \
  629. t/libtool7.sh \
  630. t/libtool8.sh \
  631. t/libtool9.sh \
  632. t/libtoo10.sh \
  633. t/libtoo11.sh \
  634. t/license.sh \
  635. t/license2.sh \
  636. t/link_c_cxx.sh \
  637. t/link_cond.sh \
  638. t/link_dist.sh \
  639. t/link_f90_only.sh \
  640. t/link_fc.sh \
  641. t/link_fccxx.sh \
  642. t/link_fcxx.sh \
  643. t/link_f_only.sh \
  644. t/link_override.sh \
  645. t/lisp2.sh \
  646. t/lisp3.sh \
  647. t/lisp4.sh \
  648. t/lisp5.sh \
  649. t/lisp6.sh \
  650. t/lisp7.sh \
  651. t/lisp8.sh \
  652. t/lisp-loadpath.sh \
  653. t/lisp-subdir.sh \
  654. t/lisp-subdir2.sh \
  655. t/lisp-subdir-mix.sh \
  656. t/lispdry.sh \
  657. t/lisp-pr11806.sh \
  658. t/lisp-flags.sh \
  659. t/listval.sh \
  660. t/location.sh \
  661. t/longline.sh \
  662. t/longlin2.sh \
  663. t/ltcond.sh \
  664. t/ltcond2.sh \
  665. t/ltconv.sh \
  666. t/ltdeps.sh \
  667. t/ltinit.sh \
  668. t/ltinstloc.sh \
  669. t/ltlibobjs.sh \
  670. t/ltlibsrc.sh \
  671. t/ltorder.sh \
  672. t/m4-inclusion.sh \
  673. t/maintclean.sh \
  674. t/maintclean-vpath.sh \
  675. t/maintmode-configure-msg.sh \
  676. t/make.sh \
  677. t/makefile-deps.sh \
  678. t/makej.sh \
  679. t/makej2.sh \
  680. t/maken.sh \
  681. t/maken3.sh \
  682. t/makevars.sh \
  683. t/make-dryrun.tap \
  684. t/make-keepgoing.tap \
  685. t/make-is-gnu.sh \
  686. t/man.sh \
  687. t/man2.sh \
  688. t/man3.sh \
  689. t/man5.sh \
  690. t/man6.sh \
  691. t/man7.sh \
  692. t/man8.sh \
  693. t/mdate.sh \
  694. t/mdate2.sh \
  695. t/mdate3.sh \
  696. t/mdate4.sh \
  697. t/mdate5.sh \
  698. t/mdate6.sh \
  699. t/missing-version-mismatch.sh \
  700. t/missing3.sh \
  701. t/am-missing-prog.sh \
  702. t/missing-auxfile-stops-makefiles-creation.sh \
  703. t/mkdir_p.sh \
  704. t/mkdirp-deprecation.sh \
  705. t/mkinstall.sh \
  706. t/mkinst2.sh \
  707. t/mkinst3.sh \
  708. t/mmode.sh \
  709. t/mmodely.sh \
  710. t/no-extra-c-stuff.sh \
  711. t/no-extra-makefile-code.sh \
  712. t/no-spurious-install-recursive.sh \
  713. t/nobase.sh \
  714. t/nobase-libtool.sh \
  715. t/nobase-python.sh \
  716. t/nobase-nodist.sh \
  717. t/nodef.sh \
  718. t/nodef2.sh \
  719. t/nodep.sh \
  720. t/nodep2.sh \
  721. t/nodepcomp.sh \
  722. t/nodist.sh \
  723. t/nodist2.sh \
  724. t/nodist3.sh \
  725. t/noinst.sh \
  726. t/noinstdir.sh \
  727. t/nolink.sh \
  728. t/nostdinc.sh \
  729. t/notrans.sh \
  730. t/number.sh \
  731. t/objc-basic.sh \
  732. t/objc-minidemo.sh \
  733. t/objc-flags.sh \
  734. t/objc-deps.sh \
  735. t/objcxx-basic.sh \
  736. t/objcxx-minidemo.sh \
  737. t/objcxx-flags.sh \
  738. t/objcxx-deps.sh \
  739. t/objc-megademo.sh \
  740. t/objext-pr10128.sh \
  741. t/oldvars.sh \
  742. t/order.sh \
  743. t/output.sh \
  744. t/output2.sh \
  745. t/output3.sh \
  746. t/output4.sh \
  747. t/output5.sh \
  748. t/output6.sh \
  749. t/output7.sh \
  750. t/output8.sh \
  751. t/output9.sh \
  752. t/output10.sh \
  753. t/output11.sh \
  754. t/output12.sh \
  755. t/output13.sh \
  756. t/output-order.sh \
  757. t/override-conditional-1.sh \
  758. t/override-conditional-2.sh \
  759. t/override-conditional-pr13940.sh \
  760. t/override-html.sh \
  761. t/override-suggest-local.sh \
  762. t/parallel-am.sh \
  763. t/parallel-am2.sh \
  764. t/parallel-am3.sh \
  765. t/serial-tests.sh \
  766. t/parallel-tests-basics.sh \
  767. t/parallel-tests-concurrency.sh \
  768. t/parallel-tests-concurrency-2.sh \
  769. t/parallel-tests-empty.sh \
  770. t/parallel-tests-exit-status-reported.sh \
  771. t/parallel-tests-generated-and-distributed.sh \
  772. t/parallel-tests-recheck.sh \
  773. t/parallel-tests-trailing-whitespace.sh \
  774. t/parallel-tests-recheck-depends-on-all.sh \
  775. t/parallel-tests-recheck-pr11791.sh \
  776. t/parallel-tests-exeext.sh \
  777. t/parallel-tests-suffix.sh \
  778. t/parallel-tests-suffix-prog.sh \
  779. t/parallel-tests-log-compiler-1.sh \
  780. t/parallel-tests-log-compiler-2.sh \
  781. t/parallel-tests-dry-run-1.sh \
  782. t/parallel-tests-dry-run-2.sh \
  783. t/parallel-tests-fd-redirect.sh \
  784. t/parallel-tests-fd-redirect-exeext.sh \
  785. t/parallel-tests-extra-programs.sh \
  786. t/parallel-tests-unreadable.sh \
  787. t/parallel-tests-subdir.sh \
  788. t/parallel-tests-interrupt.tap \
  789. t/parallel-tests-reset-term.sh \
  790. t/parallel-tests-harderror.sh \
  791. t/parallel-tests-log-override-1.sh \
  792. t/parallel-tests-log-override-2.sh \
  793. t/parallel-tests-log-override-recheck.sh \
  794. t/parallel-tests-log-compiler-example.sh \
  795. t/parallel-tests-cmdline-override.sh \
  796. t/parallel-tests-fork-bomb.sh \
  797. t/parallel-tests-empty-testlogs.sh \
  798. t/parallel-tests-driver-install.sh \
  799. t/parallel-tests-no-color-in-log.sh \
  800. t/parallel-tests-no-spurious-summary.sh \
  801. t/parallel-tests-exit-statuses.sh \
  802. t/parallel-tests-console-output.sh \
  803. t/parallel-tests-once.sh \
  804. t/tests-environment.sh \
  805. t/am-tests-environment.sh \
  806. t/tests-environment-backcompat.sh \
  807. t/testsuite-summary-color.sh \
  808. t/testsuite-summary-count.sh \
  809. t/testsuite-summary-count-many.sh \
  810. t/testsuite-summary-reference-log.sh \
  811. t/test-driver-acsubst.sh \
  812. t/test-driver-cond.sh \
  813. t/test-driver-custom-no-extra-driver.sh \
  814. t/test-driver-custom.sh \
  815. t/test-driver-custom-xfail-tests.sh \
  816. t/test-driver-custom-multitest.sh \
  817. t/test-driver-custom-multitest-recheck.sh \
  818. t/test-driver-custom-multitest-recheck2.sh \
  819. t/test-driver-create-log-dir.sh \
  820. t/test-driver-strip-vpath.sh \
  821. t/test-driver-trs-suffix-registered.sh \
  822. t/test-driver-fail.sh \
  823. t/test-driver-is-distributed.sh \
  824. t/test-harness-vpath-rewrite.sh \
  825. t/test-log.sh \
  826. t/test-logs-repeated.sh \
  827. t/test-metadata-global-log.sh \
  828. t/test-metadata-global-result.sh \
  829. t/test-metadata-recheck.sh \
  830. t/test-metadata-results.sh \
  831. t/test-missing.sh \
  832. t/test-missing2.sh \
  833. t/test-trs-basic.sh \
  834. t/test-trs-recover.sh \
  835. t/test-trs-recover2.sh \
  836. t/test-extensions.sh \
  837. t/test-extensions-cond.sh \
  838. t/parse.sh \
  839. t/percent.sh \
  840. t/percent2.sh \
  841. t/per-target-flags.sh \
  842. t/phony.sh \
  843. t/precious.sh \
  844. t/pluseq.sh \
  845. t/pluseq2.sh \
  846. t/pluseq3.sh \
  847. t/pluseq4.sh \
  848. t/pluseq5.sh \
  849. t/pluseq6.sh \
  850. t/pluseq7.sh \
  851. t/pluseq8.sh \
  852. t/pluseq9.sh \
  853. t/pluseq10.sh \
  854. t/pluseq11.sh \
  855. t/posixsubst-data.sh \
  856. t/posixsubst-extradist.sh \
  857. t/posixsubst-ldadd.sh \
  858. t/posixsubst-libraries.sh \
  859. t/posixsubst-ltlibraries.sh \
  860. t/posixsubst-programs.sh \
  861. t/posixsubst-scripts.sh \
  862. t/posixsubst-sources.sh \
  863. t/posixsubst-tests.sh \
  864. t/postproc.sh \
  865. t/ppf77.sh \
  866. t/pr2.sh \
  867. t/pr9.sh \
  868. t/pr72.sh \
  869. t/pr87.sh \
  870. t/pr211.sh \
  871. t/pr220.sh \
  872. t/pr224.sh \
  873. t/pr229.sh \
  874. t/pr243.sh \
  875. t/pr266.sh \
  876. t/pr279.sh \
  877. t/pr279-2.sh \
  878. t/pr287.sh \
  879. t/pr300-lib.sh \
  880. t/pr300-ltlib.sh \
  881. t/pr300-prog.sh \
  882. t/pr307.sh \
  883. t/pr401.sh \
  884. t/pr401b.sh \
  885. t/pr401c.sh \
  886. t/prefix.sh \
  887. t/preproc-basics.sh \
  888. t/preproc-c-compile.sh \
  889. t/preproc-demo.sh \
  890. t/preproc-errmsg.sh \
  891. t/primary.sh \
  892. t/primary2.sh \
  893. t/primary3.sh \
  894. t/primary-prefix-invalid-couples.tap \
  895. t/primary-prefix-valid-couples.sh \
  896. t/primary-prefix-couples-force-valid.sh \
  897. t/primary-prefix-couples-documented-valid.sh \
  898. t/print-libdir.sh \
  899. t/proginst.sh \
  900. t/programs-primary-rewritten.sh \
  901. t/py-compile-basic.sh \
  902. t/py-compile-basedir.sh \
  903. t/py-compile-destdir.sh \
  904. t/py-compile-env.sh \
  905. t/py-compile-option-terminate.sh \
  906. t/py-compile-usage.sh \
  907. t/python.sh \
  908. t/python2.sh \
  909. t/python3.sh \
  910. t/python10.sh \
  911. t/python11.sh \
  912. t/python12.sh \
  913. t/python-am-path-iftrue.sh \
  914. t/python-missing.sh \
  915. t/python-too-old.sh \
  916. t/python-dist.sh \
  917. t/python-vars.sh \
  918. t/python-virtualenv.sh \
  919. t/python-pr10995.sh \
  920. t/recurs-user.sh \
  921. t/recurs-user2.sh \
  922. t/recurs-user-deeply-nested.sh \
  923. t/recurs-user-indir.sh \
  924. t/recurs-user-keep-going.sh \
  925. t/recurs-user-many.sh \
  926. t/recurs-user-no-subdirs.sh \
  927. t/recurs-user-no-top-level.sh \
  928. t/recurs-user-override.sh \
  929. t/recurs-user-phony.sh \
  930. t/recurs-user-wrap.sh \
  931. t/relativize.tap \
  932. t/remake-fail.sh \
  933. t/remake-not-after-make-dist.sh \
  934. t/remake-maintainer-mode.sh \
  935. t/remake-makefile-intree.sh \
  936. t/remake-makefile-vpath.sh \
  937. t/remake-after-configure-ac.sh \
  938. t/remake-after-makefile-am.sh \
  939. t/remake-after-acinclude-m4.sh \
  940. t/remake-after-aclocal-m4.sh \
  941. t/remake-include-configure.sh \
  942. t/remake-include-makefile.sh \
  943. t/remake-include-aclocal.sh \
  944. t/remake-config-status-dependencies.sh \
  945. t/remake-configure-dependencies.sh \
  946. t/remake-deeply-nested.sh \
  947. t/remake-mild-stress.sh \
  948. t/remake-all-1.sh \
  949. t/remake-all-2.sh \
  950. t/remake-recurs-user.sh \
  951. t/remake-subdir.sh \
  952. t/remake-subdir2.sh \
  953. t/remake-subdir3.sh \
  954. t/remake-subdir-only.sh \
  955. t/remake-subdir-grepping.sh \
  956. t/remake-subdir-from-subdir.sh \
  957. t/remake-subdir-gnu.sh \
  958. t/remake-subdir-no-makefile.sh \
  959. t/remake-subdir-long-time.sh \
  960. t/remake-gnulib-add-acsubst.sh \
  961. t/remake-gnulib-add-header.sh \
  962. t/remake-gnulib-remove-header.sh \
  963. t/remake-moved-m4-file.sh \
  964. t/remake-deleted-m4-file.sh \
  965. t/remake-renamed-m4-file.sh \
  966. t/remake-renamed-m4-macro-and-file.sh \
  967. t/remake-renamed-m4-macro.sh \
  968. t/remake-am-pr10111.sh \
  969. t/remake-m4-pr10111.sh \
  970. t/remake-deleted-am-2.sh \
  971. t/remake-deleted-am-subdir.sh \
  972. t/remake-deleted-am.sh \
  973. t/remake-renamed-am.sh \
  974. t/remake-aclocal-version-mismatch.sh \
  975. t/remake-macrodir.sh \
  976. t/remake-timing-bug-pr8365.sh \
  977. t/reqd2.sh \
  978. t/repeated-options.sh \
  979. t/rm-f-probe.sh \
  980. t/rulepat.sh \
  981. t/self-check-cc-no-c-o.sh \
  982. t/self-check-configure-help.sh \
  983. t/self-check-dir.tap \
  984. t/self-check-exit.tap \
  985. t/self-check-explicit-skips.sh \
  986. t/self-check-is_newest.tap \
  987. t/self-check-me.tap \
  988. t/self-check-report.sh \
  989. t/self-check-seq.tap \
  990. t/self-check-shell-no-trail-bslash.sh \
  991. t/self-check-is-blocked-signal.tap \
  992. t/self-check-unindent.tap \
  993. t/sanity.sh \
  994. t/seenc.sh \
  995. t/silent-c.sh \
  996. t/silent-cxx.sh \
  997. t/silent-lt.sh \
  998. t/silent-f77.sh \
  999. t/silent-f90.sh \
  1000. t/silent-many-languages.sh \
  1001. t/silent-gen.sh \
  1002. t/silent-texi.sh \
  1003. t/silent-lex.sh \
  1004. t/silent-yacc.sh \
  1005. t/silent-yacc-headers.sh \
  1006. t/silent-configsite.sh \
  1007. t/silent-nested-vars.sh \
  1008. t/silent-custom.sh \
  1009. t/src-acsubst.sh \
  1010. t/sourcefile-in-subdir.sh \
  1011. t/space.sh \
  1012. t/specflg6.sh \
  1013. t/specflg7.sh \
  1014. t/specflg8.sh \
  1015. t/specflg9.sh \
  1016. t/specflg-dummy.sh \
  1017. t/spell.sh \
  1018. t/spell2.sh \
  1019. t/spell3.sh \
  1020. t/spelling.sh \
  1021. t/spy-double-colon.sh \
  1022. t/spy-rm.tap \
  1023. t/stdinc.sh \
  1024. t/stamph2.sh \
  1025. t/stdlib.sh \
  1026. t/stdlib2.sh \
  1027. t/strictness-override.sh \
  1028. t/strictness-precedence.sh \
  1029. t/strip.sh \
  1030. t/strip2.sh \
  1031. t/strip3.sh \
  1032. t/subdir.sh \
  1033. t/subdir-ac-subst.sh \
  1034. t/subdir-add-pr46.sh \
  1035. t/subdir-add2-pr46.sh \
  1036. t/subdir-am-cond.sh \
  1037. t/subdir-cond-err.sh \
  1038. t/subdir-cond-gettext.sh \
  1039. t/subdir-env-interference.sh \
  1040. t/subdir-order.sh \
  1041. t/subdir-with-slash.sh \
  1042. t/subdir-subsub.sh \
  1043. t/subdir-distclean.sh \
  1044. t/subdir-keep-going-pr12554.sh \
  1045. t/subobj.sh \
  1046. t/subobj2.sh \
  1047. t/subobj4.sh \
  1048. t/subobj5.sh \
  1049. t/subobj6.sh \
  1050. t/subobj7.sh \
  1051. t/subobj8.sh \
  1052. t/subobj9.sh \
  1053. t/subobj10.sh \
  1054. t/subobj11a.sh \
  1055. t/subobj11b.sh \
  1056. t/subobj11c.sh \
  1057. t/subobjname.sh \
  1058. t/subobj-clean-pr10697.sh \
  1059. t/subobj-clean-lt-pr10697.sh \
  1060. t/subobj-indir-pr13928.sh \
  1061. t/subobj-vpath-pr13928.sh \
  1062. t/subpkg.sh \
  1063. t/subpkg2.sh \
  1064. t/subpkg3.sh \
  1065. t/subpkg4.sh \
  1066. t/subpkg-yacc.sh \
  1067. t/subpkg-macrodir.sh \
  1068. t/subst.sh \
  1069. t/subst3.sh \
  1070. t/subst4.sh \
  1071. t/subst5.sh \
  1072. t/subst-no-trailing-empty-line.sh \
  1073. t/substref.sh \
  1074. t/substre2.sh \
  1075. t/substtarg.sh \
  1076. t/suffix.sh \
  1077. t/suffix2.sh \
  1078. t/suffix3.tap \
  1079. t/suffix4.sh \
  1080. t/suffix5.sh \
  1081. t/suffix6.sh \
  1082. t/suffix6b.sh \
  1083. t/suffix6c.sh \
  1084. t/suffix7.sh \
  1085. t/suffix8.tap \
  1086. t/suffix9.sh \
  1087. t/suffix10.tap \
  1088. t/suffix11.tap \
  1089. t/suffix-chain.tap \
  1090. t/suffix-custom-pr14441.sh \
  1091. t/suffix-custom-subobj.sh \
  1092. t/suffix-custom-subobj-and-specflg.sh \
  1093. t/suffix-extra-c-stuff-pr14560.sh \
  1094. t/symlink.sh \
  1095. t/symlink2.sh \
  1096. t/syntax.sh \
  1097. t/tap-ambiguous-directive.sh \
  1098. t/tap-autonumber.sh \
  1099. t/tap-bailout.sh \
  1100. t/tap-bailout-leading-space.sh \
  1101. t/tap-bailout-and-logging.sh \
  1102. t/tap-bailout-suppress-badexit.sh \
  1103. t/tap-bailout-suppress-later-diagnostic.sh \
  1104. t/tap-bailout-suppress-later-errors.sh \
  1105. t/tap-color.sh \
  1106. t/tap-deps.sh \
  1107. t/tap-diagnostic.sh \
  1108. t/tap-empty-diagnostic.sh \
  1109. t/tap-empty.sh \
  1110. t/tap-escape-directive.sh \
  1111. t/tap-escape-directive-2.sh \
  1112. t/tap-exit.sh \
  1113. t/tap-signal.tap \
  1114. t/tap-fancy.sh \
  1115. t/tap-fancy2.sh \
  1116. t/tap-global-log.sh \
  1117. t/tap-global-result.sh \
  1118. t/tap-log.sh \
  1119. t/tap-msg0-result.sh \
  1120. t/tap-msg0-directive.sh \
  1121. t/tap-msg0-planskip.sh \
  1122. t/tap-msg0-bailout.sh \
  1123. t/tap-msg0-misc.sh \
  1124. t/tap-merge-stdout-stderr.sh \
  1125. t/tap-no-merge-stdout-stderr.sh \
  1126. t/tap-no-disable-hard-error.sh \
  1127. t/tap-no-spurious-summary.sh \
  1128. t/tap-no-spurious-numbers.sh \
  1129. t/tap-no-spurious.sh \
  1130. t/tap-not-ok-skip.sh \
  1131. t/tap-number-wordboundary.sh \
  1132. t/tap-numeric-description.sh \
  1133. t/tap-negative-numbers.sh \
  1134. t/tap-numbers-leading-zero.sh \
  1135. t/tap-out-of-order.sh \
  1136. t/tap-passthrough.sh \
  1137. t/tap-passthrough-exit.sh \
  1138. t/tap-plan.sh \
  1139. t/tap-plan-corner.sh \
  1140. t/tap-plan-errors.sh \
  1141. t/tap-plan-middle.sh \
  1142. t/tap-plan-whitespace.sh \
  1143. t/tap-plan-leading-zero.sh \
  1144. t/tap-plan-malformed.sh \
  1145. t/tap-missing-plan-and-bad-exit.sh \
  1146. t/tap-planskip.sh \
  1147. t/tap-planskip-late.sh \
  1148. t/tap-planskip-and-logging.sh \
  1149. t/tap-planskip-unplanned.sh \
  1150. t/tap-planskip-unplanned-corner.sh \
  1151. t/tap-planskip-case-insensitive.sh \
  1152. t/tap-planskip-whitespace.sh \
  1153. t/tap-planskip-badexit.sh \
  1154. t/tap-planskip-bailout.sh \
  1155. t/tap-planskip-later-errors.sh \
  1156. t/tap-test-number-0.sh \
  1157. t/tap-recheck-logs.sh \
  1158. t/tap-result-comment.sh \
  1159. t/tap-todo-skip-together.sh \
  1160. t/tap-todo-skip-whitespace.sh \
  1161. t/tap-todo-skip.sh \
  1162. t/tap-unplanned.sh \
  1163. t/tap-whitespace-normalization.sh \
  1164. t/tap-with-and-without-number.sh \
  1165. t/tap-xfail-tests.sh \
  1166. t/tap-common-setup.sh \
  1167. t/tap-bad-prog.tap \
  1168. t/tap-basic.sh \
  1169. t/tap-diagnostic-custom.sh \
  1170. t/tap-driver-stderr.sh \
  1171. t/tap-doc.sh \
  1172. t/tap-doc2.sh \
  1173. t/tap-more.sh \
  1174. t/tap-more2.sh \
  1175. t/tap-recheck.sh \
  1176. t/tap-summary.sh \
  1177. t/tap-summary-color.sh \
  1178. t/tags.sh \
  1179. t/tags2.sh \
  1180. t/tagsub.sh \
  1181. t/tags-pr12372.sh \
  1182. t/tar-ustar.sh \
  1183. t/tar-pax.sh \
  1184. t/tar-opts-errors.sh \
  1185. t/tar-ustar-id-too-high.sh \
  1186. t/tar-override.sh \
  1187. t/target-cflags.sh \
  1188. t/targetclash.sh \
  1189. t/tests-environment-fd-redirect.sh \
  1190. t/tests-environment-and-log-compiler.sh \
  1191. t/txinfo-absolute-srcdir-pr408.sh \
  1192. t/txinfo-add-missing-and-dist.sh \
  1193. t/txinfo-bsd-make-recurs.sh \
  1194. t/txinfo-builddir.sh \
  1195. t/txinfo-clean.sh \
  1196. t/txinfo-dvi-recurs.sh \
  1197. t/txinfo-info-in-srcdir.sh \
  1198. t/txinfo-include.sh \
  1199. t/txinfo-makeinfo-error-no-clobber.sh \
  1200. t/txinfo-many-output-formats.sh \
  1201. t/txinfo-many-output-formats-vpath.sh \
  1202. t/txinfo-nodist-info.sh \
  1203. t/txinfo-no-clutter.sh \
  1204. t/txinfo-no-extra-dist.sh \
  1205. t/txinfo-no-installinfo.sh \
  1206. t/txinfo-no-repeated-targets.sh \
  1207. t/txinfo-other-suffixes.sh \
  1208. t/txinfo-override-infodeps.sh \
  1209. t/txinfo-override-texinfo-tex.sh \
  1210. t/txinfo-setfilename-repeated.sh \
  1211. t/txinfo-setfilename-suffix-strip.sh \
  1212. t/txinfo-subdir-pr343.sh \
  1213. t/txinfo-tex-dist.sh \
  1214. t/txinfo-unrecognized-extension.sh \
  1215. t/txinfo-unrecognized-info-suffix.sh \
  1216. t/txinfo-vtexi.sh \
  1217. t/txinfo-vtexi2.sh \
  1218. t/txinfo-vtexi3.sh \
  1219. t/txinfo-vtexi4.sh \
  1220. t/txinfo-without-info-suffix.sh \
  1221. t/txinfo19.sh \
  1222. t/txinfo23.sh \
  1223. t/txinfo24.sh \
  1224. t/txinfo25.sh \
  1225. t/txinfo28.sh \
  1226. t/transform.sh \
  1227. t/transform2.sh \
  1228. t/transform3.sh \
  1229. t/uninstall-fail.sh \
  1230. t/uninstall-pr9578.sh \
  1231. t/unused.sh \
  1232. t/upc.sh \
  1233. t/upc2.sh \
  1234. t/upc3.sh \
  1235. t/vala-configure.sh \
  1236. t/vala-grepping.sh \
  1237. t/vala-headers.sh \
  1238. t/vala-libs.sh \
  1239. t/vala-mix.sh \
  1240. t/vala-mix2.sh \
  1241. t/vala-non-recursive-setup.sh \
  1242. t/vala-parallel.sh \
  1243. t/vala-per-target-flags.sh \
  1244. t/vala-recursive-setup.sh \
  1245. t/vala-vapi.sh \
  1246. t/vala-vpath.sh \
  1247. t/vars.sh \
  1248. t/vars3.sh \
  1249. t/var-recurs.sh \
  1250. t/var-recurs2.sh \
  1251. t/vartar.sh \
  1252. t/vartypos.sh \
  1253. t/vartypo2.sh \
  1254. t/version3.sh \
  1255. t/version4.sh \
  1256. t/version6.sh \
  1257. t/version7.sh \
  1258. t/version8.sh \
  1259. t/vpath.sh \
  1260. t/warnings-obsolete-default.sh \
  1261. t/warnings-override.sh \
  1262. t/warnings-precedence.sh \
  1263. t/warnings-strictness-interactions.sh \
  1264. t/warnings-unknown.sh \
  1265. t/warnopts.sh \
  1266. t/warnings-win-over-strictness.sh \
  1267. t/warning-groups-win-over-strictness.sh \
  1268. t/werror.sh \
  1269. t/werror2.sh \
  1270. t/werror3.sh \
  1271. t/werror4.sh \
  1272. t/whoami.sh \
  1273. t/xsource.sh \
  1274. t/yacc-misc.sh \
  1275. t/yacc-dry.sh \
  1276. t/yacc-cxx-grepping.sh \
  1277. t/yacc-vpath.sh \
  1278. t/yacc-auxdir.sh \
  1279. t/yacc-basic.sh \
  1280. t/yacc-cxx.sh \
  1281. t/yacc-bison-skeleton-cxx.sh \
  1282. t/yacc-bison-skeleton.sh \
  1283. t/yacc-clean.sh \
  1284. t/yacc-clean-cxx.sh \
  1285. t/yacc-d-basic.sh \
  1286. t/yacc-d-cxx.sh \
  1287. t/yacc-d-vpath.sh \
  1288. t/yacc-deleted-headers.sh \
  1289. t/yacc-depend.sh \
  1290. t/yacc-depend2.sh \
  1291. t/yacc-dist-nobuild-subdir.sh \
  1292. t/yacc-dist-nobuild.sh \
  1293. t/yacc-grepping.sh \
  1294. t/yacc-grepping2.sh \
  1295. t/yacc-headers-and-dist-pr47.sh \
  1296. t/yacc-line.sh \
  1297. t/yacc-mix-c-cxx.sh \
  1298. t/yacc-nodist.sh \
  1299. t/yacc-pr204.sh \
  1300. t/yacc-subdir.sh \
  1301. t/yacc-weirdnames.sh \
  1302. t/yflags.sh \
  1303. t/yflags-cxx.sh \
  1304. t/yflags-cmdline-override.sh \
  1305. t/yflags-conditional.sh \
  1306. t/yflags-d-false-positives.sh \
  1307. t/yflags-force-conditional.sh \
  1308. t/yflags-force-override.sh \
  1309. t/yflags-var-expand.sh \
  1310. t/libtool-macros.sh \
  1311. t/gettext-macros.sh \
  1312. t/pkg-config-macros.sh
  1313. print-list-of-tests:
  1314. @echo $(handwritten_TESTS)
  1315. .PHONY: print-list-of-tests