From 92275cd805ae69ec053d72676bf2dfd87e4ca8b2 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 9 Nov 2021 06:25:03 +0100 Subject: Explain test layout --- t/README | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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 + -- cgit v1.2.1