Merge branch 'sk/reftable-clarify-tests'
[git.git] / t / meson.build
blob09f3068f98e1cef453bedb1630fd58b47102113c
1 clar_test_suites = [
2   'unit-tests/u-ctype.c',
3   'unit-tests/u-example-decorate.c',
4   'unit-tests/u-hash.c',
5   'unit-tests/u-hashmap.c',
6   'unit-tests/u-mem-pool.c',
7   'unit-tests/u-oid-array.c',
8   'unit-tests/u-oidmap.c',
9   'unit-tests/u-oidtree.c',
10   'unit-tests/u-prio-queue.c',
11   'unit-tests/u-reftable-basics.c',
12   'unit-tests/u-reftable-block.c',
13   'unit-tests/u-reftable-merged.c',
14   'unit-tests/u-reftable-pq.c',
15   'unit-tests/u-reftable-readwrite.c',
16   'unit-tests/u-reftable-record.c',
17   'unit-tests/u-reftable-stack.c',
18   'unit-tests/u-reftable-table.c',
19   'unit-tests/u-reftable-tree.c',
20   'unit-tests/u-strbuf.c',
21   'unit-tests/u-strcmp-offset.c',
22   'unit-tests/u-string-list.c',
23   'unit-tests/u-strvec.c',
24   'unit-tests/u-trailer.c',
25   'unit-tests/u-urlmatch-normalization.c',
28 clar_sources = [
29   'unit-tests/clar/clar.c',
30   'unit-tests/unit-test.c',
31   'unit-tests/lib-oid.c',
32   'unit-tests/lib-reftable.c'
35 clar_decls_h = custom_target(
36   input: clar_test_suites,
37   output: 'clar-decls.h',
38   command : [
39     shell,
40     meson.current_source_dir() + '/unit-tests/generate-clar-decls.sh',
41     '@OUTPUT@',
42     '@INPUT@',
43   ],
44   env: script_environment,
46 clar_sources += clar_decls_h
48 clar_sources += custom_target(
49   input: clar_decls_h,
50   output: 'clar.suite',
51   command : [
52     shell,
53     meson.current_source_dir() + '/unit-tests/generate-clar-suites.sh',
54     '@INPUT@',
55     '@OUTPUT@',
56   ],
57   env: script_environment,
60 clar_unit_tests = executable('unit-tests',
61   sources: clar_sources + clar_test_suites,
62   dependencies: [libgit_commonmain],
64 test('unit-tests', clar_unit_tests, kwargs: test_kwargs)
66 subdir('helper')
68 integration_tests = [
69   't0000-basic.sh',
70   't0001-init.sh',
71   't0002-gitfile.sh',
72   't0003-attributes.sh',
73   't0004-unwritable.sh',
74   't0005-signals.sh',
75   't0006-date.sh',
76   't0007-git-var.sh',
77   't0008-ignores.sh',
78   't0010-racy-git.sh',
79   't0012-help.sh',
80   't0013-sha1dc.sh',
81   't0014-alias.sh',
82   't0017-env-helper.sh',
83   't0018-advice.sh',
84   't0019-json-writer.sh',
85   't0020-crlf.sh',
86   't0021-conversion.sh',
87   't0022-crlf-rename.sh',
88   't0023-crlf-am.sh',
89   't0024-crlf-archive.sh',
90   't0025-crlf-renormalize.sh',
91   't0026-eol-config.sh',
92   't0027-auto-crlf.sh',
93   't0028-working-tree-encoding.sh',
94   't0029-core-unsetenvvars.sh',
95   't0030-stripspace.sh',
96   't0033-safe-directory.sh',
97   't0034-root-safe-directory.sh',
98   't0035-safe-bare-repository.sh',
99   't0040-parse-options.sh',
100   't0041-usage.sh',
101   't0050-filesystem.sh',
102   't0051-windows-named-pipe.sh',
103   't0052-simple-ipc.sh',
104   't0055-beyond-symlinks.sh',
105   't0056-git-C.sh',
106   't0060-path-utils.sh',
107   't0061-run-command.sh',
108   't0062-revision-walking.sh',
109   't0066-dir-iterator.sh',
110   't0067-parse_pathspec_file.sh',
111   't0068-for-each-repo.sh',
112   't0070-fundamental.sh',
113   't0071-sort.sh',
114   't0080-unit-test-output.sh',
115   't0081-find-pack.sh',
116   't0090-cache-tree.sh',
117   't0091-bugreport.sh',
118   't0092-diagnose.sh',
119   't0095-bloom.sh',
120   't0100-previous.sh',
121   't0101-at-syntax.sh',
122   't0200-gettext-basic.sh',
123   't0201-gettext-fallbacks.sh',
124   't0202-gettext-perl.sh',
125   't0203-gettext-setlocale-sanity.sh',
126   't0204-gettext-reencode-sanity.sh',
127   't0210-trace2-normal.sh',
128   't0211-trace2-perf.sh',
129   't0212-trace2-event.sh',
130   't0300-credentials.sh',
131   't0301-credential-cache.sh',
132   't0302-credential-store.sh',
133   't0303-credential-external.sh',
134   't0410-partial-clone.sh',
135   't0411-clone-from-partial.sh',
136   't0450-txt-doc-vs-help.sh',
137   't0500-progress-display.sh',
138   't0600-reffiles-backend.sh',
139   't0601-reffiles-pack-refs.sh',
140   't0602-reffiles-fsck.sh',
141   't0610-reftable-basics.sh',
142   't0611-reftable-httpd.sh',
143   't0612-reftable-jgit-compatibility.sh',
144   't0613-reftable-write-options.sh',
145   't1000-read-tree-m-3way.sh',
146   't1001-read-tree-m-2way.sh',
147   't1002-read-tree-m-u-2way.sh',
148   't1003-read-tree-prefix.sh',
149   't1004-read-tree-m-u-wf.sh',
150   't1005-read-tree-reset.sh',
151   't1006-cat-file.sh',
152   't1007-hash-object.sh',
153   't1008-read-tree-overlay.sh',
154   't1009-read-tree-new-index.sh',
155   't1010-mktree.sh',
156   't1011-read-tree-sparse-checkout.sh',
157   't1012-read-tree-df.sh',
158   't1013-read-tree-submodule.sh',
159   't1014-read-tree-confusing.sh',
160   't1015-read-index-unmerged.sh',
161   't1016-compatObjectFormat.sh',
162   't1020-subdirectory.sh',
163   't1022-read-tree-partial-clone.sh',
164   't1050-large.sh',
165   't1051-large-conversion.sh',
166   't1060-object-corruption.sh',
167   't1090-sparse-checkout-scope.sh',
168   't1091-sparse-checkout-builtin.sh',
169   't1092-sparse-checkout-compatibility.sh',
170   't1100-commit-tree-options.sh',
171   't1300-config.sh',
172   't1301-shared-repo.sh',
173   't1302-repo-version.sh',
174   't1303-wacky-config.sh',
175   't1304-default-acl.sh',
176   't1305-config-include.sh',
177   't1306-xdg-files.sh',
178   't1307-config-blob.sh',
179   't1308-config-set.sh',
180   't1309-early-config.sh',
181   't1310-config-default.sh',
182   't1350-config-hooks-path.sh',
183   't1400-update-ref.sh',
184   't1401-symbolic-ref.sh',
185   't1402-check-ref-format.sh',
186   't1403-show-ref.sh',
187   't1404-update-ref-errors.sh',
188   't1405-main-ref-store.sh',
189   't1406-submodule-ref-store.sh',
190   't1407-worktree-ref-store.sh',
191   't1408-packed-refs.sh',
192   't1409-avoid-packing-refs.sh',
193   't1410-reflog.sh',
194   't1411-reflog-show.sh',
195   't1412-reflog-loop.sh',
196   't1413-reflog-detach.sh',
197   't1414-reflog-walk.sh',
198   't1415-worktree-refs.sh',
199   't1416-ref-transaction-hooks.sh',
200   't1417-reflog-updateref.sh',
201   't1418-reflog-exists.sh',
202   't1419-exclude-refs.sh',
203   't1420-lost-found.sh',
204   't1430-bad-ref-name.sh',
205   't1450-fsck.sh',
206   't1451-fsck-buffer.sh',
207   't1460-refs-migrate.sh',
208   't1500-rev-parse.sh',
209   't1501-work-tree.sh',
210   't1502-rev-parse-parseopt.sh',
211   't1503-rev-parse-verify.sh',
212   't1504-ceiling-dirs.sh',
213   't1505-rev-parse-last.sh',
214   't1506-rev-parse-diagnosis.sh',
215   't1507-rev-parse-upstream.sh',
216   't1508-at-combinations.sh',
217   't1509-root-work-tree.sh',
218   't1510-repo-setup.sh',
219   't1511-rev-parse-caret.sh',
220   't1512-rev-parse-disambiguation.sh',
221   't1513-rev-parse-prefix.sh',
222   't1514-rev-parse-push.sh',
223   't1515-rev-parse-outside-repo.sh',
224   't1517-outside-repo.sh',
225   't1600-index.sh',
226   't1601-index-bogus.sh',
227   't1700-split-index.sh',
228   't1701-racy-split-index.sh',
229   't1800-hook.sh',
230   't2000-conflict-when-checking-files-out.sh',
231   't2002-checkout-cache-u.sh',
232   't2003-checkout-cache-mkdir.sh',
233   't2004-checkout-cache-temp.sh',
234   't2005-checkout-index-symlinks.sh',
235   't2006-checkout-index-basic.sh',
236   't2007-checkout-symlink.sh',
237   't2008-checkout-subdir.sh',
238   't2009-checkout-statinfo.sh',
239   't2010-checkout-ambiguous.sh',
240   't2011-checkout-invalid-head.sh',
241   't2012-checkout-last.sh',
242   't2013-checkout-submodule.sh',
243   't2014-checkout-switch.sh',
244   't2015-checkout-unborn.sh',
245   't2016-checkout-patch.sh',
246   't2017-checkout-orphan.sh',
247   't2018-checkout-branch.sh',
248   't2019-checkout-ambiguous-ref.sh',
249   't2020-checkout-detach.sh',
250   't2021-checkout-overwrite.sh',
251   't2022-checkout-paths.sh',
252   't2023-checkout-m.sh',
253   't2024-checkout-dwim.sh',
254   't2025-checkout-no-overlay.sh',
255   't2026-checkout-pathspec-file.sh',
256   't2027-checkout-track.sh',
257   't2030-unresolve-info.sh',
258   't2050-git-dir-relative.sh',
259   't2060-switch.sh',
260   't2070-restore.sh',
261   't2071-restore-patch.sh',
262   't2072-restore-pathspec-file.sh',
263   't2080-parallel-checkout-basics.sh',
264   't2081-parallel-checkout-collisions.sh',
265   't2082-parallel-checkout-attributes.sh',
266   't2100-update-cache-badpath.sh',
267   't2101-update-index-reupdate.sh',
268   't2102-update-index-symlinks.sh',
269   't2103-update-index-ignore-missing.sh',
270   't2104-update-index-skip-worktree.sh',
271   't2105-update-index-gitfile.sh',
272   't2106-update-index-assume-unchanged.sh',
273   't2107-update-index-basic.sh',
274   't2108-update-index-refresh-racy.sh',
275   't2200-add-update.sh',
276   't2201-add-update-typechange.sh',
277   't2202-add-addremove.sh',
278   't2203-add-intent.sh',
279   't2204-add-ignored.sh',
280   't2205-add-worktree-config.sh',
281   't2300-cd-to-toplevel.sh',
282   't2400-worktree-add.sh',
283   't2401-worktree-prune.sh',
284   't2402-worktree-list.sh',
285   't2403-worktree-move.sh',
286   't2404-worktree-config.sh',
287   't2405-worktree-submodule.sh',
288   't2406-worktree-repair.sh',
289   't2407-worktree-heads.sh',
290   't2500-untracked-overwriting.sh',
291   't2501-cwd-empty.sh',
292   't3000-ls-files-others.sh',
293   't3001-ls-files-others-exclude.sh',
294   't3002-ls-files-dashpath.sh',
295   't3003-ls-files-exclude.sh',
296   't3004-ls-files-basic.sh',
297   't3005-ls-files-relative.sh',
298   't3006-ls-files-long.sh',
299   't3007-ls-files-recurse-submodules.sh',
300   't3008-ls-files-lazy-init-name-hash.sh',
301   't3009-ls-files-others-nonsubmodule.sh',
302   't3010-ls-files-killed-modified.sh',
303   't3011-common-prefixes-and-directory-traversal.sh',
304   't3012-ls-files-dedup.sh',
305   't3013-ls-files-format.sh',
306   't3020-ls-files-error-unmatch.sh',
307   't3040-subprojects-basic.sh',
308   't3050-subprojects-fetch.sh',
309   't3060-ls-files-with-tree.sh',
310   't3070-wildmatch.sh',
311   't3100-ls-tree-restrict.sh',
312   't3101-ls-tree-dirname.sh',
313   't3102-ls-tree-wildcards.sh',
314   't3103-ls-tree-misc.sh',
315   't3104-ls-tree-format.sh',
316   't3105-ls-tree-output.sh',
317   't3200-branch.sh',
318   't3201-branch-contains.sh',
319   't3202-show-branch.sh',
320   't3203-branch-output.sh',
321   't3204-branch-name-interpretation.sh',
322   't3205-branch-color.sh',
323   't3206-range-diff.sh',
324   't3207-branch-submodule.sh',
325   't3211-peel-ref.sh',
326   't3300-funny-names.sh',
327   't3301-notes.sh',
328   't3302-notes-index-expensive.sh',
329   't3303-notes-subtrees.sh',
330   't3304-notes-mixed.sh',
331   't3305-notes-fanout.sh',
332   't3306-notes-prune.sh',
333   't3307-notes-man.sh',
334   't3308-notes-merge.sh',
335   't3309-notes-merge-auto-resolve.sh',
336   't3310-notes-merge-manual-resolve.sh',
337   't3311-notes-merge-fanout.sh',
338   't3320-notes-merge-worktrees.sh',
339   't3321-notes-stripspace.sh',
340   't3400-rebase.sh',
341   't3401-rebase-and-am-rename.sh',
342   't3402-rebase-merge.sh',
343   't3403-rebase-skip.sh',
344   't3404-rebase-interactive.sh',
345   't3405-rebase-malformed.sh',
346   't3406-rebase-message.sh',
347   't3407-rebase-abort.sh',
348   't3408-rebase-multi-line.sh',
349   't3409-rebase-environ.sh',
350   't3412-rebase-root.sh',
351   't3413-rebase-hook.sh',
352   't3415-rebase-autosquash.sh',
353   't3416-rebase-onto-threedots.sh',
354   't3417-rebase-whitespace-fix.sh',
355   't3418-rebase-continue.sh',
356   't3419-rebase-patch-id.sh',
357   't3420-rebase-autostash.sh',
358   't3421-rebase-topology-linear.sh',
359   't3422-rebase-incompatible-options.sh',
360   't3423-rebase-reword.sh',
361   't3424-rebase-empty.sh',
362   't3425-rebase-topology-merges.sh',
363   't3426-rebase-submodule.sh',
364   't3427-rebase-subtree.sh',
365   't3428-rebase-signoff.sh',
366   't3429-rebase-edit-todo.sh',
367   't3430-rebase-merges.sh',
368   't3431-rebase-fork-point.sh',
369   't3432-rebase-fast-forward.sh',
370   't3433-rebase-across-mode-change.sh',
371   't3434-rebase-i18n.sh',
372   't3435-rebase-gpg-sign.sh',
373   't3436-rebase-more-options.sh',
374   't3437-rebase-fixup-options.sh',
375   't3438-rebase-broken-files.sh',
376   't3500-cherry.sh',
377   't3501-revert-cherry-pick.sh',
378   't3502-cherry-pick-merge.sh',
379   't3503-cherry-pick-root.sh',
380   't3504-cherry-pick-rerere.sh',
381   't3505-cherry-pick-empty.sh',
382   't3506-cherry-pick-ff.sh',
383   't3507-cherry-pick-conflict.sh',
384   't3508-cherry-pick-many-commits.sh',
385   't3509-cherry-pick-merge-df.sh',
386   't3510-cherry-pick-sequence.sh',
387   't3511-cherry-pick-x.sh',
388   't3512-cherry-pick-submodule.sh',
389   't3513-revert-submodule.sh',
390   't3514-cherry-pick-revert-gpg.sh',
391   't3600-rm.sh',
392   't3601-rm-pathspec-file.sh',
393   't3602-rm-sparse-checkout.sh',
394   't3650-replay-basics.sh',
395   't3700-add.sh',
396   't3701-add-interactive.sh',
397   't3702-add-edit.sh',
398   't3703-add-magic-pathspec.sh',
399   't3704-add-pathspec-file.sh',
400   't3705-add-sparse-checkout.sh',
401   't3800-mktag.sh',
402   't3900-i18n-commit.sh',
403   't3901-i18n-patch.sh',
404   't3902-quoted.sh',
405   't3903-stash.sh',
406   't3904-stash-patch.sh',
407   't3905-stash-include-untracked.sh',
408   't3906-stash-submodule.sh',
409   't3907-stash-show-config.sh',
410   't3908-stash-in-worktree.sh',
411   't3909-stash-pathspec-file.sh',
412   't3910-mac-os-precompose.sh',
413   't3920-crlf-messages.sh',
414   't4000-diff-format.sh',
415   't4001-diff-rename.sh',
416   't4002-diff-basic.sh',
417   't4003-diff-rename-1.sh',
418   't4004-diff-rename-symlink.sh',
419   't4005-diff-rename-2.sh',
420   't4006-diff-mode.sh',
421   't4007-rename-3.sh',
422   't4008-diff-break-rewrite.sh',
423   't4009-diff-rename-4.sh',
424   't4010-diff-pathspec.sh',
425   't4011-diff-symlink.sh',
426   't4012-diff-binary.sh',
427   't4013-diff-various.sh',
428   't4014-format-patch.sh',
429   't4015-diff-whitespace.sh',
430   't4016-diff-quote.sh',
431   't4017-diff-retval.sh',
432   't4018-diff-funcname.sh',
433   't4019-diff-wserror.sh',
434   't4020-diff-external.sh',
435   't4021-format-patch-numbered.sh',
436   't4022-diff-rewrite.sh',
437   't4023-diff-rename-typechange.sh',
438   't4024-diff-optimize-common.sh',
439   't4025-hunk-header.sh',
440   't4026-color.sh',
441   't4027-diff-submodule.sh',
442   't4028-format-patch-mime-headers.sh',
443   't4029-diff-trailing-space.sh',
444   't4030-diff-textconv.sh',
445   't4031-diff-rewrite-binary.sh',
446   't4032-diff-inter-hunk-context.sh',
447   't4033-diff-patience.sh',
448   't4034-diff-words.sh',
449   't4035-diff-quiet.sh',
450   't4036-format-patch-signer-mime.sh',
451   't4037-diff-r-t-dirs.sh',
452   't4038-diff-combined.sh',
453   't4039-diff-assume-unchanged.sh',
454   't4040-whitespace-status.sh',
455   't4041-diff-submodule-option.sh',
456   't4042-diff-textconv-caching.sh',
457   't4043-diff-rename-binary.sh',
458   't4044-diff-index-unique-abbrev.sh',
459   't4045-diff-relative.sh',
460   't4046-diff-unmerged.sh',
461   't4047-diff-dirstat.sh',
462   't4048-diff-combined-binary.sh',
463   't4049-diff-stat-count.sh',
464   't4050-diff-histogram.sh',
465   't4051-diff-function-context.sh',
466   't4052-stat-output.sh',
467   't4053-diff-no-index.sh',
468   't4054-diff-bogus-tree.sh',
469   't4055-diff-context.sh',
470   't4056-diff-order.sh',
471   't4057-diff-combined-paths.sh',
472   't4058-diff-duplicates.sh',
473   't4059-diff-submodule-not-initialized.sh',
474   't4060-diff-submodule-option-diff-format.sh',
475   't4061-diff-indent.sh',
476   't4062-diff-pickaxe.sh',
477   't4063-diff-blobs.sh',
478   't4064-diff-oidfind.sh',
479   't4065-diff-anchored.sh',
480   't4066-diff-emit-delay.sh',
481   't4067-diff-partial-clone.sh',
482   't4068-diff-symmetric-merge-base.sh',
483   't4069-remerge-diff.sh',
484   't4070-diff-pairs.sh',
485   't4071-diff-minimal.sh',
486   't4100-apply-stat.sh',
487   't4101-apply-nonl.sh',
488   't4102-apply-rename.sh',
489   't4103-apply-binary.sh',
490   't4104-apply-boundary.sh',
491   't4105-apply-fuzz.sh',
492   't4106-apply-stdin.sh',
493   't4107-apply-ignore-whitespace.sh',
494   't4108-apply-threeway.sh',
495   't4109-apply-multifrag.sh',
496   't4110-apply-scan.sh',
497   't4111-apply-subdir.sh',
498   't4112-apply-renames.sh',
499   't4113-apply-ending.sh',
500   't4114-apply-typechange.sh',
501   't4115-apply-symlink.sh',
502   't4116-apply-reverse.sh',
503   't4117-apply-reject.sh',
504   't4118-apply-empty-context.sh',
505   't4119-apply-config.sh',
506   't4120-apply-popt.sh',
507   't4121-apply-diffs.sh',
508   't4122-apply-symlink-inside.sh',
509   't4123-apply-shrink.sh',
510   't4124-apply-ws-rule.sh',
511   't4125-apply-ws-fuzz.sh',
512   't4126-apply-empty.sh',
513   't4127-apply-same-fn.sh',
514   't4128-apply-root.sh',
515   't4129-apply-samemode.sh',
516   't4130-apply-criss-cross-rename.sh',
517   't4131-apply-fake-ancestor.sh',
518   't4132-apply-removal.sh',
519   't4133-apply-filenames.sh',
520   't4134-apply-submodule.sh',
521   't4135-apply-weird-filenames.sh',
522   't4136-apply-check.sh',
523   't4137-apply-submodule.sh',
524   't4138-apply-ws-expansion.sh',
525   't4139-apply-escape.sh',
526   't4140-apply-ita.sh',
527   't4141-apply-too-large.sh',
528   't4150-am.sh',
529   't4151-am-abort.sh',
530   't4152-am-subjects.sh',
531   't4153-am-resume-override-opts.sh',
532   't4200-rerere.sh',
533   't4201-shortlog.sh',
534   't4202-log.sh',
535   't4203-mailmap.sh',
536   't4204-patch-id.sh',
537   't4205-log-pretty-formats.sh',
538   't4206-log-follow-harder-copies.sh',
539   't4207-log-decoration-colors.sh',
540   't4208-log-magic-pathspec.sh',
541   't4209-log-pickaxe.sh',
542   't4210-log-i18n.sh',
543   't4211-line-log.sh',
544   't4212-log-corrupt.sh',
545   't4213-log-tabexpand.sh',
546   't4214-log-graph-octopus.sh',
547   't4215-log-skewed-merges.sh',
548   't4216-log-bloom.sh',
549   't4217-log-limit.sh',
550   't4252-am-options.sh',
551   't4253-am-keep-cr-dos.sh',
552   't4254-am-corrupt.sh',
553   't4255-am-submodule.sh',
554   't4256-am-format-flowed.sh',
555   't4257-am-interactive.sh',
556   't4258-am-quoted-cr.sh',
557   't4300-merge-tree.sh',
558   't4301-merge-tree-write-tree.sh',
559   't5000-tar-tree.sh',
560   't5001-archive-attr.sh',
561   't5002-archive-attr-pattern.sh',
562   't5003-archive-zip.sh',
563   't5004-archive-corner-cases.sh',
564   't5100-mailinfo.sh',
565   't5150-request-pull.sh',
566   't5200-update-server-info.sh',
567   't5300-pack-object.sh',
568   't5301-sliding-window.sh',
569   't5302-pack-index.sh',
570   't5303-pack-corruption-resilience.sh',
571   't5304-prune.sh',
572   't5305-include-tag.sh',
573   't5306-pack-nobase.sh',
574   't5307-pack-missing-commit.sh',
575   't5308-pack-detect-duplicates.sh',
576   't5309-pack-delta-cycles.sh',
577   't5310-pack-bitmaps.sh',
578   't5311-pack-bitmaps-shallow.sh',
579   't5312-prune-corruption.sh',
580   't5313-pack-bounds-checks.sh',
581   't5314-pack-cycle-detection.sh',
582   't5315-pack-objects-compression.sh',
583   't5316-pack-delta-depth.sh',
584   't5317-pack-objects-filter-objects.sh',
585   't5318-commit-graph.sh',
586   't5319-multi-pack-index.sh',
587   't5320-delta-islands.sh',
588   't5321-pack-large-objects.sh',
589   't5322-pack-objects-sparse.sh',
590   't5323-pack-redundant.sh',
591   't5324-split-commit-graph.sh',
592   't5325-reverse-index.sh',
593   't5326-multi-pack-bitmaps.sh',
594   't5327-multi-pack-bitmaps-rev.sh',
595   't5328-commit-graph-64bit-time.sh',
596   't5329-pack-objects-cruft.sh',
597   't5330-no-lazy-fetch-with-commit-graph.sh',
598   't5331-pack-objects-stdin.sh',
599   't5332-multi-pack-reuse.sh',
600   't5333-pseudo-merge-bitmaps.sh',
601   't5334-incremental-multi-pack-index.sh',
602   't5351-unpack-large-objects.sh',
603   't5400-send-pack.sh',
604   't5401-update-hooks.sh',
605   't5402-post-merge-hook.sh',
606   't5403-post-checkout-hook.sh',
607   't5404-tracking-branches.sh',
608   't5405-send-pack-rewind.sh',
609   't5406-remote-rejects.sh',
610   't5407-post-rewrite-hook.sh',
611   't5408-send-pack-stdin.sh',
612   't5409-colorize-remote-messages.sh',
613   't5410-receive-pack.sh',
614   't5411-proc-receive-hook.sh',
615   't5500-fetch-pack.sh',
616   't5501-fetch-push-alternates.sh',
617   't5502-quickfetch.sh',
618   't5503-tagfollow.sh',
619   't5504-fetch-receive-strict.sh',
620   't5505-remote.sh',
621   't5506-remote-groups.sh',
622   't5507-remote-environment.sh',
623   't5509-fetch-push-namespaces.sh',
624   't5510-fetch.sh',
625   't5511-refspec.sh',
626   't5512-ls-remote.sh',
627   't5513-fetch-track.sh',
628   't5514-fetch-multiple.sh',
629   't5515-fetch-merge-logic.sh',
630   't5516-fetch-push.sh',
631   't5517-push-mirror.sh',
632   't5518-fetch-exit-status.sh',
633   't5519-push-alternates.sh',
634   't5520-pull.sh',
635   't5521-pull-options.sh',
636   't5522-pull-symlink.sh',
637   't5523-push-upstream.sh',
638   't5524-pull-msg.sh',
639   't5525-fetch-tagopt.sh',
640   't5526-fetch-submodules.sh',
641   't5527-fetch-odd-refs.sh',
642   't5528-push-default.sh',
643   't5529-push-errors.sh',
644   't5530-upload-pack-error.sh',
645   't5531-deep-submodule-push.sh',
646   't5532-fetch-proxy.sh',
647   't5533-push-cas.sh',
648   't5534-push-signed.sh',
649   't5535-fetch-push-symref.sh',
650   't5536-fetch-conflicts.sh',
651   't5537-fetch-shallow.sh',
652   't5538-push-shallow.sh',
653   't5539-fetch-http-shallow.sh',
654   't5540-http-push-webdav.sh',
655   't5541-http-push-smart.sh',
656   't5542-push-http-shallow.sh',
657   't5543-atomic-push.sh',
658   't5544-pack-objects-hook.sh',
659   't5545-push-options.sh',
660   't5546-receive-limits.sh',
661   't5547-push-quarantine.sh',
662   't5548-push-porcelain.sh',
663   't5549-fetch-push-http.sh',
664   't5550-http-fetch-dumb.sh',
665   't5551-http-fetch-smart.sh',
666   't5552-skipping-fetch-negotiator.sh',
667   't5553-set-upstream.sh',
668   't5554-noop-fetch-negotiator.sh',
669   't5555-http-smart-common.sh',
670   't5557-http-get.sh',
671   't5558-clone-bundle-uri.sh',
672   't5559-http-fetch-smart-http2.sh',
673   't5560-http-backend-noserver.sh',
674   't5561-http-backend.sh',
675   't5562-http-backend-content-length.sh',
676   't5563-simple-http-auth.sh',
677   't5564-http-proxy.sh',
678   't5570-git-daemon.sh',
679   't5571-pre-push-hook.sh',
680   't5572-pull-submodule.sh',
681   't5573-pull-verify-signatures.sh',
682   't5574-fetch-output.sh',
683   't5580-unc-paths.sh',
684   't5581-http-curl-verbose.sh',
685   't5582-fetch-negative-refspec.sh',
686   't5583-push-branches.sh',
687   't5600-clone-fail-cleanup.sh',
688   't5601-clone.sh',
689   't5602-clone-remote-exec.sh',
690   't5603-clone-dirname.sh',
691   't5604-clone-reference.sh',
692   't5605-clone-local.sh',
693   't5606-clone-options.sh',
694   't5607-clone-bundle.sh',
695   't5608-clone-2gb.sh',
696   't5609-clone-branch.sh',
697   't5610-clone-detached.sh',
698   't5611-clone-config.sh',
699   't5612-clone-refspec.sh',
700   't5613-info-alternate.sh',
701   't5614-clone-submodules-shallow.sh',
702   't5615-alternate-env.sh',
703   't5616-partial-clone.sh',
704   't5617-clone-submodules-remote.sh',
705   't5618-alternate-refs.sh',
706   't5619-clone-local-ambiguous-transport.sh',
707   't5620-backfill.sh',
708   't5621-clone-revision.sh',
709   't5700-protocol-v1.sh',
710   't5701-git-serve.sh',
711   't5702-protocol-v2.sh',
712   't5703-upload-pack-ref-in-want.sh',
713   't5704-protocol-violations.sh',
714   't5705-session-id-in-capabilities.sh',
715   't5710-promisor-remote-capability.sh',
716   't5730-protocol-v2-bundle-uri-file.sh',
717   't5731-protocol-v2-bundle-uri-git.sh',
718   't5732-protocol-v2-bundle-uri-http.sh',
719   't5750-bundle-uri-parse.sh',
720   't5801-remote-helpers.sh',
721   't5802-connect-helper.sh',
722   't5810-proto-disable-local.sh',
723   't5811-proto-disable-git.sh',
724   't5812-proto-disable-http.sh',
725   't5813-proto-disable-ssh.sh',
726   't5814-proto-disable-ext.sh',
727   't5815-submodule-protos.sh',
728   't5900-repo-selection.sh',
729   't6000-rev-list-misc.sh',
730   't6001-rev-list-graft.sh',
731   't6002-rev-list-bisect.sh',
732   't6003-rev-list-topo-order.sh',
733   't6004-rev-list-path-optim.sh',
734   't6005-rev-list-count.sh',
735   't6006-rev-list-format.sh',
736   't6007-rev-list-cherry-pick-file.sh',
737   't6008-rev-list-submodule.sh',
738   't6009-rev-list-parent.sh',
739   't6010-merge-base.sh',
740   't6011-rev-list-with-bad-commit.sh',
741   't6012-rev-list-simplify.sh',
742   't6013-rev-list-reverse-parents.sh',
743   't6014-rev-list-all.sh',
744   't6016-rev-list-graph-simplify-history.sh',
745   't6017-rev-list-stdin.sh',
746   't6018-rev-list-glob.sh',
747   't6019-rev-list-ancestry-path.sh',
748   't6020-bundle-misc.sh',
749   't6021-rev-list-exclude-hidden.sh',
750   't6022-rev-list-missing.sh',
751   't6030-bisect-porcelain.sh',
752   't6040-tracking-info.sh',
753   't6041-bisect-submodule.sh',
754   't6050-replace.sh',
755   't6060-merge-index.sh',
756   't6100-rev-list-in-order.sh',
757   't6101-rev-parse-parents.sh',
758   't6102-rev-list-unexpected-objects.sh',
759   't6110-rev-list-sparse.sh',
760   't6111-rev-list-treesame.sh',
761   't6112-rev-list-filters-objects.sh',
762   't6113-rev-list-bitmap-filters.sh',
763   't6114-keep-packs.sh',
764   't6115-rev-list-du.sh',
765   't6120-describe.sh',
766   't6130-pathspec-noglob.sh',
767   't6131-pathspec-icase.sh',
768   't6132-pathspec-exclude.sh',
769   't6133-pathspec-rev-dwim.sh',
770   't6134-pathspec-in-submodule.sh',
771   't6135-pathspec-with-attrs.sh',
772   't6136-pathspec-in-bare.sh',
773   't6137-pathspec-wildcards-literal.sh',
774   't6200-fmt-merge-msg.sh',
775   't6300-for-each-ref.sh',
776   't6301-for-each-ref-errors.sh',
777   't6302-for-each-ref-filter.sh',
778   't6400-merge-df.sh',
779   't6401-merge-criss-cross.sh',
780   't6402-merge-rename.sh',
781   't6403-merge-file.sh',
782   't6404-recursive-merge.sh',
783   't6405-merge-symlinks.sh',
784   't6406-merge-attr.sh',
785   't6407-merge-binary.sh',
786   't6408-merge-up-to-date.sh',
787   't6409-merge-subtree.sh',
788   't6411-merge-filemode.sh',
789   't6412-merge-large-rename.sh',
790   't6413-merge-crlf.sh',
791   't6414-merge-rename-nocruft.sh',
792   't6415-merge-dir-to-symlink.sh',
793   't6416-recursive-corner-cases.sh',
794   't6417-merge-ours-theirs.sh',
795   't6418-merge-text-auto.sh',
796   't6419-merge-ignorecase.sh',
797   't6421-merge-partial-clone.sh',
798   't6422-merge-rename-corner-cases.sh',
799   't6423-merge-rename-directories.sh',
800   't6424-merge-unrelated-index-changes.sh',
801   't6425-merge-rename-delete.sh',
802   't6426-merge-skip-unneeded-updates.sh',
803   't6427-diff3-conflict-markers.sh',
804   't6428-merge-conflicts-sparse.sh',
805   't6429-merge-sequence-rename-caching.sh',
806   't6430-merge-recursive.sh',
807   't6431-merge-criscross.sh',
808   't6432-merge-recursive-space-options.sh',
809   't6433-merge-toplevel.sh',
810   't6434-merge-recursive-rename-options.sh',
811   't6435-merge-sparse.sh',
812   't6436-merge-overwrite.sh',
813   't6437-submodule-merge.sh',
814   't6438-submodule-directory-file-conflicts.sh',
815   't6439-merge-co-error-msgs.sh',
816   't6500-gc.sh',
817   't6501-freshen-objects.sh',
818   't6600-test-reach.sh',
819   't6601-path-walk.sh',
820   't6700-tree-depth.sh',
821   't7001-mv.sh',
822   't7002-mv-sparse-checkout.sh',
823   't7003-filter-branch.sh',
824   't7004-tag.sh',
825   't7005-editor.sh',
826   't7006-pager.sh',
827   't7007-show.sh',
828   't7008-filter-branch-null-sha1.sh',
829   't7010-setup.sh',
830   't7011-skip-worktree-reading.sh',
831   't7012-skip-worktree-writing.sh',
832   't7030-verify-tag.sh',
833   't7031-verify-tag-signed-ssh.sh',
834   't7060-wtstatus.sh',
835   't7061-wtstatus-ignore.sh',
836   't7062-wtstatus-ignorecase.sh',
837   't7063-status-untracked-cache.sh',
838   't7064-wtstatus-pv2.sh',
839   't7101-reset-empty-subdirs.sh',
840   't7102-reset.sh',
841   't7103-reset-bare.sh',
842   't7104-reset-hard.sh',
843   't7105-reset-patch.sh',
844   't7106-reset-unborn-branch.sh',
845   't7107-reset-pathspec-file.sh',
846   't7110-reset-merge.sh',
847   't7111-reset-table.sh',
848   't7112-reset-submodule.sh',
849   't7113-post-index-change-hook.sh',
850   't7201-co.sh',
851   't7300-clean.sh',
852   't7301-clean-interactive.sh',
853   't7400-submodule-basic.sh',
854   't7401-submodule-summary.sh',
855   't7402-submodule-rebase.sh',
856   't7403-submodule-sync.sh',
857   't7406-submodule-update.sh',
858   't7407-submodule-foreach.sh',
859   't7408-submodule-reference.sh',
860   't7409-submodule-detached-work-tree.sh',
861   't7411-submodule-config.sh',
862   't7412-submodule-absorbgitdirs.sh',
863   't7413-submodule-is-active.sh',
864   't7414-submodule-mistakes.sh',
865   't7416-submodule-dash-url.sh',
866   't7417-submodule-path-url.sh',
867   't7418-submodule-sparse-gitmodules.sh',
868   't7419-submodule-set-branch.sh',
869   't7420-submodule-set-url.sh',
870   't7421-submodule-summary-add.sh',
871   't7422-submodule-output.sh',
872   't7423-submodule-symlinks.sh',
873   't7424-submodule-mixed-ref-formats.sh',
874   't7450-bad-git-dotfiles.sh',
875   't7500-commit-template-squash-signoff.sh',
876   't7501-commit-basic-functionality.sh',
877   't7502-commit-porcelain.sh',
878   't7503-pre-commit-and-pre-merge-commit-hooks.sh',
879   't7504-commit-msg-hook.sh',
880   't7505-prepare-commit-msg-hook.sh',
881   't7506-status-submodule.sh',
882   't7507-commit-verbose.sh',
883   't7508-status.sh',
884   't7509-commit-authorship.sh',
885   't7510-signed-commit.sh',
886   't7511-status-index.sh',
887   't7512-status-help.sh',
888   't7513-interpret-trailers.sh',
889   't7514-commit-patch.sh',
890   't7515-status-symlinks.sh',
891   't7516-commit-races.sh',
892   't7517-per-repo-email.sh',
893   't7518-ident-corner-cases.sh',
894   't7519-status-fsmonitor.sh',
895   't7520-ignored-hook-warning.sh',
896   't7521-ignored-mode.sh',
897   't7524-commit-summary.sh',
898   't7525-status-rename.sh',
899   't7526-commit-pathspec-file.sh',
900   't7527-builtin-fsmonitor.sh',
901   't7528-signed-commit-ssh.sh',
902   't7600-merge.sh',
903   't7601-merge-pull-config.sh',
904   't7602-merge-octopus-many.sh',
905   't7603-merge-reduce-heads.sh',
906   't7604-merge-custom-message.sh',
907   't7605-merge-resolve.sh',
908   't7606-merge-custom.sh',
909   't7607-merge-state.sh',
910   't7608-merge-messages.sh',
911   't7609-mergetool--lib.sh',
912   't7610-mergetool.sh',
913   't7611-merge-abort.sh',
914   't7612-merge-verify-signatures.sh',
915   't7614-merge-signoff.sh',
916   't7615-diff-algo-with-mergy-operations.sh',
917   't7700-repack.sh',
918   't7701-repack-unpack-unreachable.sh',
919   't7702-repack-cyclic-alternate.sh',
920   't7703-repack-geometric.sh',
921   't7704-repack-cruft.sh',
922   't7800-difftool.sh',
923   't7810-grep.sh',
924   't7811-grep-open.sh',
925   't7812-grep-icase-non-ascii.sh',
926   't7813-grep-icase-iso.sh',
927   't7814-grep-recurse-submodules.sh',
928   't7815-grep-binary.sh',
929   't7816-grep-binary-pattern.sh',
930   't7817-grep-sparse-checkout.sh',
931   't7900-maintenance.sh',
932   't8001-annotate.sh',
933   't8002-blame.sh',
934   't8003-blame-corner-cases.sh',
935   't8004-blame-with-conflicts.sh',
936   't8005-blame-i18n.sh',
937   't8006-blame-textconv.sh',
938   't8007-cat-file-textconv.sh',
939   't8008-blame-formats.sh',
940   't8009-blame-vs-topicbranches.sh',
941   't8010-cat-file-filters.sh',
942   't8011-blame-split-file.sh',
943   't8012-blame-colors.sh',
944   't8013-blame-ignore-revs.sh',
945   't8014-blame-ignore-fuzzy.sh',
946   't9001-send-email.sh',
947   't9002-column.sh',
948   't9003-help-autocorrect.sh',
949   't9100-git-svn-basic.sh',
950   't9101-git-svn-props.sh',
951   't9102-git-svn-deep-rmdir.sh',
952   't9103-git-svn-tracked-directory-removed.sh',
953   't9104-git-svn-follow-parent.sh',
954   't9105-git-svn-commit-diff.sh',
955   't9106-git-svn-commit-diff-clobber.sh',
956   't9107-git-svn-migrate.sh',
957   't9108-git-svn-glob.sh',
958   't9109-git-svn-multi-glob.sh',
959   't9110-git-svn-use-svm-props.sh',
960   't9111-git-svn-use-svnsync-props.sh',
961   't9112-git-svn-md5less-file.sh',
962   't9113-git-svn-dcommit-new-file.sh',
963   't9114-git-svn-dcommit-merge.sh',
964   't9115-git-svn-dcommit-funky-renames.sh',
965   't9116-git-svn-log.sh',
966   't9117-git-svn-init-clone.sh',
967   't9118-git-svn-funky-branch-names.sh',
968   't9119-git-svn-info.sh',
969   't9120-git-svn-clone-with-percent-escapes.sh',
970   't9121-git-svn-fetch-renamed-dir.sh',
971   't9122-git-svn-author.sh',
972   't9123-git-svn-rebuild-with-rewriteroot.sh',
973   't9124-git-svn-dcommit-auto-props.sh',
974   't9125-git-svn-multi-glob-branch-names.sh',
975   't9126-git-svn-follow-deleted-readded-directory.sh',
976   't9127-git-svn-partial-rebuild.sh',
977   't9128-git-svn-cmd-branch.sh',
978   't9129-git-svn-i18n-commitencoding.sh',
979   't9130-git-svn-authors-file.sh',
980   't9131-git-svn-empty-symlink.sh',
981   't9132-git-svn-broken-symlink.sh',
982   't9133-git-svn-nested-git-repo.sh',
983   't9134-git-svn-ignore-paths.sh',
984   't9135-git-svn-moved-branch-empty-file.sh',
985   't9136-git-svn-recreated-branch-empty-file.sh',
986   't9137-git-svn-dcommit-clobber-series.sh',
987   't9138-git-svn-authors-prog.sh',
988   't9139-git-svn-non-utf8-commitencoding.sh',
989   't9140-git-svn-reset.sh',
990   't9141-git-svn-multiple-branches.sh',
991   't9142-git-svn-shallow-clone.sh',
992   't9143-git-svn-gc.sh',
993   't9144-git-svn-old-rev_map.sh',
994   't9145-git-svn-master-branch.sh',
995   't9146-git-svn-empty-dirs.sh',
996   't9147-git-svn-include-paths.sh',
997   't9148-git-svn-propset.sh',
998   't9150-svk-mergetickets.sh',
999   't9151-svn-mergeinfo.sh',
1000   't9152-svn-empty-dirs-after-gc.sh',
1001   't9153-git-svn-rewrite-uuid.sh',
1002   't9154-git-svn-fancy-glob.sh',
1003   't9155-git-svn-fetch-deleted-tag.sh',
1004   't9156-git-svn-fetch-deleted-tag-2.sh',
1005   't9157-git-svn-fetch-merge.sh',
1006   't9158-git-svn-mergeinfo.sh',
1007   't9159-git-svn-no-parent-mergeinfo.sh',
1008   't9160-git-svn-preserve-empty-dirs.sh',
1009   't9161-git-svn-mergeinfo-push.sh',
1010   't9162-git-svn-dcommit-interactive.sh',
1011   't9163-git-svn-reset-clears-caches.sh',
1012   't9164-git-svn-dcommit-concurrent.sh',
1013   't9165-git-svn-fetch-merge-branch-of-branch.sh',
1014   't9166-git-svn-fetch-merge-branch-of-branch2.sh',
1015   't9167-git-svn-cmd-branch-subproject.sh',
1016   't9168-git-svn-partially-globbed-names.sh',
1017   't9169-git-svn-dcommit-crlf.sh',
1018   't9200-git-cvsexportcommit.sh',
1019   't9210-scalar.sh',
1020   't9211-scalar-clone.sh',
1021   't9300-fast-import.sh',
1022   't9301-fast-import-notes.sh',
1023   't9302-fast-import-unpack-limit.sh',
1024   't9303-fast-import-compression.sh',
1025   't9304-fast-import-marks.sh',
1026   't9350-fast-export.sh',
1027   't9351-fast-export-anonymize.sh',
1028   't9400-git-cvsserver-server.sh',
1029   't9401-git-cvsserver-crlf.sh',
1030   't9402-git-cvsserver-refs.sh',
1031   't9500-gitweb-standalone-no-errors.sh',
1032   't9501-gitweb-standalone-http-status.sh',
1033   't9502-gitweb-standalone-parse-output.sh',
1034   't9600-cvsimport.sh',
1035   't9601-cvsimport-vendor-branch.sh',
1036   't9602-cvsimport-branches-tags.sh',
1037   't9603-cvsimport-patchsets.sh',
1038   't9604-cvsimport-timestamps.sh',
1039   't9700-perl-git.sh',
1040   't9800-git-p4-basic.sh',
1041   't9801-git-p4-branch.sh',
1042   't9802-git-p4-filetype.sh',
1043   't9803-git-p4-shell-metachars.sh',
1044   't9804-git-p4-label.sh',
1045   't9805-git-p4-skip-submit-edit.sh',
1046   't9806-git-p4-options.sh',
1047   't9807-git-p4-submit.sh',
1048   't9808-git-p4-chdir.sh',
1049   't9809-git-p4-client-view.sh',
1050   't9810-git-p4-rcs.sh',
1051   't9811-git-p4-label-import.sh',
1052   't9812-git-p4-wildcards.sh',
1053   't9813-git-p4-preserve-users.sh',
1054   't9814-git-p4-rename.sh',
1055   't9815-git-p4-submit-fail.sh',
1056   't9816-git-p4-locked.sh',
1057   't9817-git-p4-exclude.sh',
1058   't9818-git-p4-block.sh',
1059   't9819-git-p4-case-folding.sh',
1060   't9820-git-p4-editor-handling.sh',
1061   't9821-git-p4-path-variations.sh',
1062   't9822-git-p4-path-encoding.sh',
1063   't9823-git-p4-mock-lfs.sh',
1064   't9824-git-p4-git-lfs.sh',
1065   't9825-git-p4-handle-utf16-without-bom.sh',
1066   't9826-git-p4-keep-empty-commits.sh',
1067   't9827-git-p4-change-filetype.sh',
1068   't9828-git-p4-map-user.sh',
1069   't9829-git-p4-jobs.sh',
1070   't9830-git-p4-symlink-dir.sh',
1071   't9831-git-p4-triggers.sh',
1072   't9832-unshelve.sh',
1073   't9833-errors.sh',
1074   't9834-git-p4-file-dir-bug.sh',
1075   't9835-git-p4-metadata-encoding-python2.sh',
1076   't9836-git-p4-metadata-encoding-python3.sh',
1077   't9850-shell.sh',
1078   't9901-git-web--browse.sh',
1079   't9902-completion.sh',
1080   't9903-bash-prompt.sh',
1083 benchmarks = [
1084   'perf/p0000-perf-lib-sanity.sh',
1085   'perf/p0001-rev-list.sh',
1086   'perf/p0002-read-cache.sh',
1087   'perf/p0003-delta-base-cache.sh',
1088   'perf/p0004-lazy-init-name-hash.sh',
1089   'perf/p0005-status.sh',
1090   'perf/p0006-read-tree-checkout.sh',
1091   'perf/p0007-write-cache.sh',
1092   'perf/p0008-odb-fsync.sh',
1093   'perf/p0071-sort.sh',
1094   'perf/p0090-cache-tree.sh',
1095   'perf/p0100-globbing.sh',
1096   'perf/p1006-cat-file.sh',
1097   'perf/p1400-update-ref.sh',
1098   'perf/p1450-fsck.sh',
1099   'perf/p1451-fsck-skip-list.sh',
1100   'perf/p1500-graph-walks.sh',
1101   'perf/p1501-rev-parse-oneline.sh',
1102   'perf/p2000-sparse-operations.sh',
1103   'perf/p3400-rebase.sh',
1104   'perf/p3404-rebase-interactive.sh',
1105   'perf/p4000-diff-algorithms.sh',
1106   'perf/p4001-diff-no-index.sh',
1107   'perf/p4002-diff-color-moved.sh',
1108   'perf/p4205-log-pretty-formats.sh',
1109   'perf/p4209-pickaxe.sh',
1110   'perf/p4211-line-log.sh',
1111   'perf/p4220-log-grep-engines.sh',
1112   'perf/p4221-log-grep-engines-fixed.sh',
1113   'perf/p5302-pack-index.sh',
1114   'perf/p5303-many-packs.sh',
1115   'perf/p5304-prune.sh',
1116   'perf/p5310-pack-bitmaps.sh',
1117   'perf/p5311-pack-bitmaps-fetch.sh',
1118   'perf/p5312-pack-bitmaps-revs.sh',
1119   'perf/p5313-pack-objects.sh',
1120   'perf/p5314-name-hash.sh',
1121   'perf/p5326-multi-pack-bitmaps.sh',
1122   'perf/p5332-multi-pack-reuse.sh',
1123   'perf/p5333-pseudo-merge-bitmaps.sh',
1124   'perf/p5550-fetch-tags.sh',
1125   'perf/p5551-fetch-rescan.sh',
1126   'perf/p5600-partial-clone.sh',
1127   'perf/p5601-clone-reference.sh',
1128   'perf/p6100-describe.sh',
1129   'perf/p6300-for-each-ref.sh',
1130   'perf/p7000-filter-branch.sh',
1131   'perf/p7102-reset.sh',
1132   'perf/p7300-clean.sh',
1133   'perf/p7519-fsmonitor.sh',
1134   'perf/p7527-builtin-fsmonitor.sh',
1135   'perf/p7810-grep.sh',
1136   'perf/p7820-grep-engines.sh',
1137   'perf/p7821-grep-engines-fixed.sh',
1138   'perf/p7822-grep-perl-character.sh',
1139   'perf/p9210-scalar.sh',
1140   'perf/p9300-fast-import-export.sh',
1143 # Sanity check that we are not missing any tests present in 't/'. This check
1144 # only runs once at configure time and is thus best-effort, only. It is
1145 # sufficient to catch missing test suites in our CI though.
1146 foreach glob, tests : {
1147   't[0-9][0-9][0-9][0-9]-*.sh': integration_tests,
1148   'unit-tests/u-*.c': clar_test_suites,
1150   actual_tests = run_command(shell, '-c', 'ls ' + glob,
1151     check: true,
1152     env: script_environment,
1153   ).stdout().strip().split('\n')
1155   if tests != actual_tests
1156     missing_tests = [ ]
1157     foreach actual_test : actual_tests
1158       if actual_test not in tests
1159         missing_tests += actual_test
1160       endif
1161     endforeach
1162     if missing_tests.length() > 0
1163       error('Test files found, but not configured:\n\n - ' + '\n - '.join(missing_tests))
1164     endif
1166     superfluous_tests = [ ]
1167     foreach integration_test : tests
1168       if integration_test not in actual_tests
1169         superfluous_tests += integration_test
1170       endif
1171     endforeach
1172     if superfluous_tests.length() > 0
1173       error('Test files configured, but not found:\n\n - ' + '\n - '.join(superfluous_tests))
1174     endif
1175   endif
1176 endforeach
1178 # GIT_BUILD_DIR needs to be Unix-style without drive prefixes as it get added
1179 # to the PATH variable. And given that drive prefixes contain a colon we'd
1180 # otherwise end up with a broken PATH if we didn't convert it.
1181 git_build_dir = meson.project_build_root()
1182 if cygpath.found()
1183   git_build_dir = run_command(cygpath, git_build_dir, check: true).stdout().strip()
1184 endif
1186 test_environment = script_environment
1187 test_environment.set('GIT_BUILD_DIR', git_build_dir)
1189 foreach integration_test : integration_tests
1190   test(fs.stem(integration_test), shell,
1191     args: [ integration_test ],
1192     workdir: meson.current_source_dir(),
1193     env: test_environment,
1194     depends: test_dependencies + bin_wrappers,
1195     kwargs: test_kwargs,
1196   )
1197 endforeach
1199 if perl.found() and time.found()
1200   benchmark_environment = test_environment
1201   benchmark_environment.set('GTIME', time.full_path())
1203   foreach benchmark : benchmarks
1204     benchmark(fs.stem(benchmark), shell,
1205       args: [
1206         fs.name(benchmark),
1207       ],
1208       workdir: meson.current_source_dir() / 'perf',
1209       env: benchmark_environment,
1210       depends: test_dependencies + bin_wrappers,
1211       timeout: 0,
1212     )
1213   endforeach
1214 endif