diff options
author | Thierry Vignaud <thierry.vignaud@gmail.com> | 2021-11-09 06:25:03 +0100 |
---|---|---|
committer | Thierry Vignaud <thierry.vignaud@gmail.com> | 2022-12-10 14:11:10 +0100 |
commit | 92275cd805ae69ec053d72676bf2dfd87e4ca8b2 (patch) | |
tree | 63419c2bba30a8fab551a63411542f0233a24888 /t | |
parent | e343bf58c91bb18bef4d5cdd66535dad10dc5ed2 (diff) | |
download | urpmi-92275cd805ae69ec053d72676bf2dfd87e4ca8b2.tar urpmi-92275cd805ae69ec053d72676bf2dfd87e4ca8b2.tar.gz urpmi-92275cd805ae69ec053d72676bf2dfd87e4ca8b2.tar.bz2 urpmi-92275cd805ae69ec053d72676bf2dfd87e4ca8b2.tar.xz urpmi-92275cd805ae69ec053d72676bf2dfd87e4ca8b2.zip |
Explain test layout
Diffstat (limited to 't')
-rw-r--r-- | t/README | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -31,3 +31,16 @@ eatmydata make testall If you didn't alter the tests data, you can further speedup a re-run by using: [[ -d t/media ]] && mv -f t/02create_pkgs.t{,.i} + +Layout: +======= + +The testsuite layout is : +t/ + *.t the tests + helper.pm common stuff for the tests + data/ data for the tests + SPECS/ spec files for generating test rpms + rpm-*/ some old rpm v3 pkgs & some buggy rpms in order to check rpmlib itself + media/ where test rpms & test repos are generated + |