summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
+