test helpers: move test-* to t/helper/ subdirectory
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>
Wed, 13 Apr 2016 13:22:42 +0000 (20:22 +0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Apr 2016 17:12:19 +0000 (10:12 -0700)
commite6e7530...10b74d763b4311ea93e0a831b810d6c2
tree7ac83d3...ecd39d6076f24eaddd6719a24c3b6ce8copy hash to clipboard (tree)
parent7897d84...8240720352e23030c35db461581b68e3copy hash to clipboard (diff)
73 files changed:
.gitignore
Makefile
t/helper/.gitignore [new file with mode: 0644]
t/helper/test-chmtime.c [new file with mode: 0644]
t/helper/test-config.c [new file with mode: 0644]
t/helper/test-ctype.c [new file with mode: 0644]
t/helper/test-date.c [new file with mode: 0644]
t/helper/test-delta.c [new file with mode: 0644]
t/helper/test-dump-cache-tree.c [new file with mode: 0644]
t/helper/test-dump-split-index.c [new file with mode: 0644]
t/helper/test-dump-untracked-cache.c [new file with mode: 0644]
t/helper/test-fake-ssh.c [new file with mode: 0644]
t/helper/test-genrandom.c [new file with mode: 0644]
t/helper/test-hashmap.c [new file with mode: 0644]
t/helper/test-index-version.c [new file with mode: 0644]
t/helper/test-line-buffer.c [new file with mode: 0644]
t/helper/test-match-trees.c [new file with mode: 0644]
t/helper/test-mergesort.c [new file with mode: 0644]
t/helper/test-mktemp.c [new file with mode: 0644]
t/helper/test-parse-options.c [new file with mode: 0644]
t/helper/test-path-utils.c [new file with mode: 0644]
t/helper/test-prio-queue.c [new file with mode: 0644]
t/helper/test-read-cache.c [new file with mode: 0644]
t/helper/test-regex.c [new file with mode: 0644]
t/helper/test-revision-walking.c [new file with mode: 0644]
t/helper/test-run-command.c [new file with mode: 0644]
t/helper/test-scrap-cache-tree.c [new file with mode: 0644]
t/helper/test-sha1-array.c [new file with mode: 0644]
t/helper/test-sha1.c [new file with mode: 0644]
t/helper/test-sha1.sh [new file with mode: 0755]
t/helper/test-sigchain.c [new file with mode: 0644]
t/helper/test-string-list.c [new file with mode: 0644]
t/helper/test-submodule-config.c [new file with mode: 0644]
t/helper/test-subprocess.c [new file with mode: 0644]
t/helper/test-svn-fe.c [new file with mode: 0644]
t/helper/test-urlmatch-normalization.c [new file with mode: 0644]
t/helper/test-wildmatch.c [new file with mode: 0644]
t/t5601-clone.sh
t/test-lib.sh
test-chmtime.c [deleted file]
test-config.c [deleted file]
test-ctype.c [deleted file]
test-date.c [deleted file]
test-delta.c [deleted file]
test-dump-cache-tree.c [deleted file]
test-dump-split-index.c [deleted file]
test-dump-untracked-cache.c [deleted file]
test-fake-ssh.c [deleted file]
test-genrandom.c [deleted file]
test-hashmap.c [deleted file]
test-index-version.c [deleted file]
test-line-buffer.c [deleted file]
test-match-trees.c [deleted file]
test-mergesort.c [deleted file]
test-mktemp.c [deleted file]
test-parse-options.c [deleted file]
test-path-utils.c [deleted file]
test-prio-queue.c [deleted file]
test-read-cache.c [deleted file]
test-regex.c [deleted file]
test-revision-walking.c [deleted file]
test-run-command.c [deleted file]
test-scrap-cache-tree.c [deleted file]
test-sha1-array.c [deleted file]
test-sha1.c [deleted file]
test-sha1.sh [deleted file]
test-sigchain.c [deleted file]
test-string-list.c [deleted file]
test-submodule-config.c [deleted file]
test-subprocess.c [deleted file]
test-svn-fe.c [deleted file]
test-urlmatch-normalization.c [deleted file]
test-wildmatch.c [deleted file]