]> git.ipfire.org Git - thirdparty/curl.git/commit
tests: rename tests scripts to the test number
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Dec 2023 08:34:05 +0000 (09:34 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Dec 2023 11:53:17 +0000 (12:53 +0100)
commitc386065878eb1e0ecb7b7fa07138ece2f110a1fa
treec730b4de79f55cc6903319ef3414071eded7f6c4
parent13a1d1ace82bf5999bed8e2382c6ebaae40f5953
tests: rename tests scripts to the test number

It is hard to name the scripts sensibly. Lots of them are similarly
named and the name did not tell which test that used them.

The new approach is rather to name them based on the test number that
runs them. Also helps us see which scripts are for individual tests
rather than for general test infra.

 - badsymbols.pl -> test1167.pl
 - check-deprecated.pl -> test1222.pl
 - check-translatable-options.pl -> test1544.pl
 - disable-scan.pl -> test1165.pl
 - error-codes.pl -> test1175.pl
 - errorcodes.pl -> test1477.pl
 - extern-scan.pl -> test1135.pl
 - manpage-scan.pl -> test1139.pl
 - manpage-syntax.pl -> test1173.pl
 - markdown-uppercase.pl -> test1275.pl
 - mem-include-scan.pl -> test1132.pl
 - nroff-scan.pl -> test1140.pl
 - option-check.pl -> test1276.pl
 - options-scan.pl -> test971.pl
 - symbol-scan.pl -> test1119.pl
 - version-scan.pl -> test1177.pl

Closes #12487
34 files changed:
tests/Makefile.am
tests/data/test1119
tests/data/test1132
tests/data/test1135
tests/data/test1139
tests/data/test1140
tests/data/test1165
tests/data/test1167
tests/data/test1173
tests/data/test1175
tests/data/test1177
tests/data/test1222
tests/data/test1275
tests/data/test1276
tests/data/test1279
tests/data/test1477
tests/data/test1544
tests/data/test971
tests/test1119.pl [moved from tests/symbol-scan.pl with 100% similarity]
tests/test1132.pl [moved from tests/mem-include-scan.pl with 100% similarity]
tests/test1135.pl [moved from tests/extern-scan.pl with 100% similarity]
tests/test1139.pl [moved from tests/manpage-scan.pl with 100% similarity]
tests/test1140.pl [moved from tests/nroff-scan.pl with 100% similarity]
tests/test1165.pl [moved from tests/disable-scan.pl with 100% similarity]
tests/test1167.pl [moved from tests/badsymbols.pl with 100% similarity]
tests/test1173.pl [moved from tests/manpage-syntax.pl with 100% similarity]
tests/test1175.pl [moved from tests/error-codes.pl with 100% similarity]
tests/test1177.pl [moved from tests/version-scan.pl with 100% similarity]
tests/test1222.pl [moved from tests/check-deprecated.pl with 100% similarity]
tests/test1275.pl [moved from tests/markdown-uppercase.pl with 100% similarity]
tests/test1276.pl [moved from tests/option-check.pl with 100% similarity]
tests/test1477.pl [moved from tests/errorcodes.pl with 100% similarity]
tests/test1544.pl [moved from tests/check-translatable-options.pl with 100% similarity]
tests/test971.pl [moved from tests/options-scan.pl with 100% similarity]