From b127845f9c0eab736990175db4041b7eeaf0e116 Mon Sep 17 00:00:00 2001 From: David Sterba Date: Tue, 2 Mar 2021 22:22:07 +0100 Subject: [PATCH] btrfs-progs: link nested README.md from the main one Signed-off-by: David Sterba --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index da7dbc72..32aa9bb4 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,12 @@ You can find the editor settings in `.editorconfig` and use the [EditorConfig](https://editorconfig.org/) plugin to let your editor use that, or update your editor settings manually. +Testing +------- + +The testing documentation can be found in [tests/](tests/README.md) and +continuous integration/container images in [ci/](ci/README.md). + Documentation updates ---------------------