diff options
Diffstat (limited to 't/README')
-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 + |