From b8ee9607323294916073529c4c36ff2e58ca7686 Mon Sep 17 00:00:00 2001 From: Ryo Nakamura Date: Tue, 1 Nov 2022 00:34:40 +0900 Subject: add test_transfer_zero_bytes --- test/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/README.md (limited to 'test/README.md') diff --git a/test/README.md b/test/README.md new file mode 100644 index 0000000..fc181b6 --- /dev/null +++ b/test/README.md @@ -0,0 +1,11 @@ + +This test assumes that the user executing the test can ssh to the +localhost without password. + +- Run pytest through ctest. + +```console +cd build +cmake .. +make test # or make test ARGS='-V' +``` -- cgit v1.2.3