summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <thierry.vignaud@gmail.com>2021-11-09 06:25:03 +0100
committerThierry Vignaud <thierry.vignaud@gmail.com>2022-12-10 14:11:10 +0100
commit92275cd805ae69ec053d72676bf2dfd87e4ca8b2 (patch)
tree63419c2bba30a8fab551a63411542f0233a24888
parente343bf58c91bb18bef4d5cdd66535dad10dc5ed2 (diff)
downloadurpmi-92275cd805ae69ec053d72676bf2dfd87e4ca8b2.tar
urpmi-92275cd805ae69ec053d72676bf2dfd87e4ca8b2.tar.gz
urpmi-92275cd805ae69ec053d72676bf2dfd87e4ca8b2.tar.bz2
urpmi-92275cd805ae69ec053d72676bf2dfd87e4ca8b2.tar.xz
urpmi-92275cd805ae69ec053d72676bf2dfd87e4ca8b2.zip
Explain test layout
-rw-r--r--t/README13
1 files changed, 13 insertions, 0 deletions
diff --git a/t/README b/t/README
index b5600e4d..9c821497 100644
--- a/t/README
+++ b/t/README
@@ -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
+