Message ID | 1517655249-21410-4-git-send-email-gujx@cn.fujitsu.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/README.md b/tests/README.md index 04d2ce2a..23f35cfc 100644 --- a/tests/README.md +++ b/tests/README.md @@ -48,6 +48,19 @@ $ TEST=001\* ./fsck-tests.sh will run the first test in fsck-tests subdirectory. +## Package testsuit + +The tests can be export as a btrfs-progs-tests.tar.gz current path. Use: + +```shell +$ make testsuite +``` + + +And, after decompress btrfs-progs-tests.tar.gz, test can be run selectively +from `tests/` directory introduced above. + + ## Test structure *tests/fsck-tests/:*
Add the readme of command for export testsuits. And add the excute method of exported testsuits. Signed-off-by: Gu Jinxiang <gujx@cn.fujitsu.com> --- tests/README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+)